You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intake gate: isolate per-PR failures on assignment; key assignment runs per assignee
Also reword the refused-reopen advice for PRs that passed via a maintainer override, and drop an unused test fixture.
No-Verification-Needed: workflow script, its tests, and config only
Signed-off-by: Max Isbey <224885523+maxisbey@users.noreply.github.com>
`This PR now passes the intake check (${reason}), but GitHub won't let it be reopened — usually because the branch was force-pushed or deleted while the PR was closed, or because another open PR uses the same branch.`,
152
162
'',
153
-
`If you have another open PR from this branch, please continue there. Otherwise, either push the branch back to \`${pr.head.sha.slice(0,7)}\` and edit this PR's description to retry, or open a new PR with the same \`Fixes #<issue>\` line.`,
163
+
`If you have another open PR from this branch, please continue there. Otherwise, either push the branch back to \`${pr.head.sha.slice(0,7)}\` and edit this PR's description to retry, or open a new PR that links the same issue (if a maintainer had waved this one through, mention that so they can do the same there).`,
0 commit comments