Commit 49e6c07
committed
ci: unblock changesets release PRs
Two problems were blocking the v4.5.0-rc.0 release PR (and would block
every future release PR):
1. The changesets bot pushes commits authored by GITHUB_TOKEN, which by
GitHub design cannot trigger downstream workflows. That leaves the
required "All PR Checks" status permanently Expected. Self-report a
success check from changesets-pr.yml after PR creation. If a human
ever pushes to changeset-release/main, the real pr_checks.yml fires
and its result overwrites the auto-success (last write wins for the
same context on the same SHA).
2. vouch-check-pr.yml's require-draft job auto-closed any non-draft PR
from authors with author_association != MEMBER/OWNER/COLLABORATOR,
exempting only devin-ai-integration[bot] and dependabot[bot]. The
changesets bot publishes as github-actions[bot] (CONTRIBUTOR) and
was getting slammed shut on reopen. Add it to the exemption list.1 parent 9ff410b commit 49e6c07
2 files changed
Lines changed: 27 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments