Skip to content

Commit 6aa0db4

Browse files
authored
test: update ci-gate reviewer allowlist expectation
1 parent 5b92143 commit 6aa0db4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci/ready-for-ci-workflows.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('ready-for-ci workflow gating', () => {
3232
const gateWorkflow = fs.readFileSync(path.join(workflowsDir, 'ci-gate.yml'), 'utf-8');
3333

3434
expect(gateWorkflow).toContain('issues: write');
35-
expect(gateWorkflow).toContain("const copilotReviewers = new Set(['copilot', 'copilot[bot]', 'Copilot']);");
35+
expect(gateWorkflow).toContain("const copilotReviewers = new Set(['copilot', 'copilot[bot]', 'Copilot', 'copilot-pull-request-reviewer']);");
3636
expect(gateWorkflow).toContain('const isCopilotReviewer = login => copilotReviewers.has(login ?? \'\');');
3737
});
3838

0 commit comments

Comments
 (0)