We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b92143 commit 6aa0db4Copy full SHA for 6aa0db4
1 file changed
scripts/ci/ready-for-ci-workflows.test.ts
@@ -32,7 +32,7 @@ describe('ready-for-ci workflow gating', () => {
32
const gateWorkflow = fs.readFileSync(path.join(workflowsDir, 'ci-gate.yml'), 'utf-8');
33
34
expect(gateWorkflow).toContain('issues: write');
35
- expect(gateWorkflow).toContain("const copilotReviewers = new Set(['copilot', 'copilot[bot]', 'Copilot']);");
+ expect(gateWorkflow).toContain("const copilotReviewers = new Set(['copilot', 'copilot[bot]', 'Copilot', 'copilot-pull-request-reviewer']);");
36
expect(gateWorkflow).toContain('const isCopilotReviewer = login => copilotReviewers.has(login ?? \'\');');
37
});
38
0 commit comments