Commit 3330f5e
authored
docs(ci): note the check-approval gate on release PRs (#23)
v1.0.11 published and tagged fine, then its bump PR sat with no checks
reported: GitHub held both runs as `action_required` because
`github-actions[bot]` had no merged PR in the repo yet and the fork-PR approval
policy was `first_time_contributors`. Auto-merge waits forever on checks that
never report.
Policy is now `first_time_contributors_new_to_github` and the bot has a merged
PR, so it shouldn't come back. Documented anyway with the one command to clear
it, since the symptom looks like a hung release rather than a permission
prompt.1 parent 6a8cbc5 commit 3330f5e
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
84 | 95 | | |
85 | 96 | | |
86 | 97 | | |
| |||
0 commit comments