Skip to content

fix(ci): ignore superseded GitHub Actions runs - #1152

Open
Archkon wants to merge 1 commit into
nodejs:mainfrom
Archkon:patch
Open

fix(ci): ignore superseded GitHub Actions runs#1152
Archkon wants to merge 1 commit into
nodejs:mainfrom
Archkon:patch

Conversation

@Archkon

@Archkon Archkon commented Aug 8, 2026

Copy link
Copy Markdown

A commit can have multiple check suites for the same workflow and event when a branch is force-pushed away from and then back to the same SHA.

Select the suite with the highest workflow run number and request only the latest check runs to avoid reporting superseded CI failures.

Fixes: #1151

A commit can have multiple check suites for the same workflow and event
when a branch is force-pushed away from and then back to the same SHA.

Select the suite with the highest workflow run number and request only
the latest check runs to avoid reporting superseded CI failures.

Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com>
@Archkon

Archkon commented Aug 8, 2026

Copy link
Copy Markdown
Author

ping @Renegade334 @aduh95
Please take a look at this. This is really a must to land the associated pr from commit-queue failed

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.

pr_checker: ignore superseded GitHub Actions check suites when a head SHA is reused

1 participant