Skip to content

Say what actually restarts the checks after a refresh - #77

Merged
ivanvyd merged 1 commit into
mainfrom
fix/refresh-workflow-followup-advice
Aug 14, 2026
Merged

Say what actually restarts the checks after a refresh#77
ivanvyd merged 1 commit into
mainfrom
fix/refresh-workflow-followup-advice

Conversation

@ivanvyd

@ivanvyd ivanvyd commented Aug 14, 2026

Copy link
Copy Markdown
Owner

The workflow told you to re-run the pull request's checks. There is nothing to re-run.

A push made with GITHUB_TOKEN does not create a workflow run at all, so after the refresh the required checks have no result against the new head — the PR sits BLOCKED with everything that did run showing green, which reads like a mystery rather than a missing step.

Found by using it on a real bump:

  • Healthie.NET#62 stayed blocked with build and End-to-end (browser) absent rather than failing. Only an empty commit from a human identity started them.
  • LakeWright.NET#75 behaved the same way, except there the run was created as action_required and could be approved instead.

The closing message now gives both commands that work, and says why the obvious one does not.

The workflow told you to re-run the pull request's checks. There is nothing to
re-run: a push made with GITHUB_TOKEN does not create a workflow run at all, so
the required checks simply have no result against the new head and the PR sits
BLOCKED with everything apparently green.

Found by using it. Healthie.NET#62 stayed blocked with `build` and
`End-to-end (browser)` absent rather than failing, and only an empty commit from
a human identity started them. LakeWright.NET#75 behaved the same way, except
there the held run could be approved instead.

The message now gives both commands that work, and says why the obvious one does
not.
@ivanvyd
ivanvyd merged commit 4875ad1 into main Aug 14, 2026
10 checks passed
@ivanvyd
ivanvyd deleted the fix/refresh-workflow-followup-advice branch August 14, 2026 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant