Skip to content

Commit d988ef0

Browse files
authored
Add the 'skip FR board' label to OS confirmation issues (#55199)
1 parent 46dbac5 commit d988ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/confirm-internal-staff-work-in-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
repo: process.env.TEAM_CONTENT_REPO,
6969
title: `@${context.payload.sender.login} confirm that \#${issueNo} should be in the public github/docs repo`,
7070
body: `@${context.payload.sender.login} opened https://github.com/github/docs/issues/${issueNo} publicly in the github/docs repo, instead of the private github/${process.env.TEAM_CONTENT_REPO} repo.\n\n@${context.payload.sender.login}, please confirm that this belongs in the public repo and that no sensitive information was disclosed by commenting below and closing the issue.\n\nIf this was not intentional and sensitive information was shared, please delete https://github.com/github/docs/issues/${issueNo} and notify us in the \#docs-open-source channel.\n\nThanks!`,
71-
labels: ['OS confirmation'],
71+
labels: ['OS confirmation', 'skip FR board'],
7272
});
7373
7474
core.setOutput('did_warn', 'true')

0 commit comments

Comments
 (0)