We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115871c commit b0fcc7dCopy full SHA for b0fcc7d
scripts/generate/main.ts
@@ -55,9 +55,11 @@ function maintainersCodeOwners() {
55
.join("\n");
56
}
57
async function userstylesStaffCodeOwners() {
58
- const paths = ["/.github/", "/scripts/", "/template/"];
+ const paths = ["/.github/", "/scripts/", "/template/", "/lib/"];
59
60
const octokit = getAuthenticatedOctokit();
61
+ // Set codeowners to include each member of the userstyles-staff team specifically instead of the team as a whole,
62
+ // to require individual reviews from each member instead of just one on behalf of the team.
63
const staffMembers = await getUserstylesTeamMembers(
64
octokit,
65
"userstyles-staff",
0 commit comments