Commit 9246bd7
committed
fix(ci): skip auto-approve for github-actions[bot] authored PRs
GITHUB_TOKEN resolves to github-actions[bot], which cannot approve PRs
authored by the same identity (e.g., release-please PRs). Check the PR
author to skip the job entirely instead of failing.
Ref: #77
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>1 parent 19d1ae9 commit 9246bd7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments