Commit ad670bb
Fix bot detection: use unique group for all review events
AI reviewer accounts (coderabbitai, copilot-pull-request-reviewer,
etc.) are Organization or User type, not Bot. Instead of trying to
detect bots, give all pull_request_review runs a unique concurrency
group so they never cancel pull_request benchmark runs. The self
job's if condition already gates for approved human reviews only.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6916331 commit ad670bb
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
| |||
0 commit comments