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 aa3b9d4 commit 68b77f4Copy full SHA for 68b77f4
scripts/generate/main.ts
@@ -58,6 +58,8 @@ async function userstylesStaffCodeOwners() {
58
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