Commit 3c5a904
fix(validate-pr): Allow trusted bots and service accounts to bypass validation
Adds an allowlist of trusted bots and service accounts that are exempt
from issue reference validation. Prevents dependabot, renovate, and
internal release bots from being automatically closed.
The allowlist is managed centrally in validate-pr.js — SDK repos pick
up changes via SHA bumps.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4243265 commit 3c5a904
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
20 | 35 | | |
21 | 36 | | |
22 | 37 | | |
| |||
0 commit comments