Commit 89b0e98
authored
fix: skip Claude review for Dependabot PRs instead of trying to approve (#14)
GITHUB_TOKEN cannot approve PRs (org policy disables write permissions
for Actions). Generating the app token requires HOTDATA_AUTOMATION_PRIVATE_KEY
which is inaccessible in Dependabot-triggered runs. Simply succeed so
the required status check passes; PR approval is handled separately.
Co-authored-by: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com>1 parent 9746e81 commit 89b0e98
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
0 commit comments