Skip to content

Commit b0fcc7d

Browse files
authored
chore(lib): mark staff as codeowners (#1868)
1 parent 115871c commit b0fcc7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/generate/main.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@ function maintainersCodeOwners() {
5555
.join("\n");
5656
}
5757
async function userstylesStaffCodeOwners() {
58-
const paths = ["/.github/", "/scripts/", "/template/"];
58+
const paths = ["/.github/", "/scripts/", "/template/", "/lib/"];
5959

6060
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.
6163
const staffMembers = await getUserstylesTeamMembers(
6264
octokit,
6365
"userstyles-staff",

0 commit comments

Comments
 (0)