mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 16:16:52 +00:00
fix(ci): allow PR-Agent dispatch bot reruns
This commit is contained in:
@@ -29,6 +29,7 @@ describe('PR-Agent review lane migration', () => {
|
||||
expect(workflow).toContain('github_action_config.auto_review');
|
||||
expect(workflow).toContain("github.event.comment.body == '/review'");
|
||||
expect(workflow).toContain('github.event.comment.author_association');
|
||||
expect(workflow).toContain('ccs-reviewer[bot]');
|
||||
expect(workflow).toContain("format('skip-{0}', github.run_id)");
|
||||
expect(workflow).toContain("format('dispatch-{0}', github.run_id)");
|
||||
expect(workflow).toContain('CCS_REVIEWER_APP_ID');
|
||||
|
||||
Reference in New Issue
Block a user