We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3c80e commit 189ba13Copy full SHA for 189ba13
3 files changed
.github/CODEOWNERS
@@ -1,3 +1,3 @@
1
# This file is automatically added by @npmcli/template-oss. Do not edit.
2
3
-* @npm/cli-team
+* @npm/cli-team @npm/cli-triage
scripts/template-oss/CODEOWNERS.hbs
@@ -0,0 +1 @@
scripts/template-oss/root.js
@@ -16,6 +16,7 @@ module.exports = {
16
},
17
rootRepo: {
18
add: {
19
+ '.github/CODEOWNERS': 'CODEOWNERS.hbs',
20
'.github/ISSUE_TEMPLATE/bug.yml': false,
21
'.github/ISSUE_TEMPLATE/config.yml': false,
22
'.github/dependabot.yml': false,
0 commit comments