fix(ci): trigger required checks on automated PRs#567
Merged
John-David Dalton (jdalton) merged 1 commit intomainfrom Apr 7, 2026
Merged
fix(ci): trigger required checks on automated PRs#567John-David Dalton (jdalton) merged 1 commit intomainfrom
John-David Dalton (jdalton) merged 1 commit intomainfrom
Conversation
Pushes made with GITHUB_TOKEN don't trigger other workflows, leaving required CI and enterprise audit checks stuck at "Waiting for workflow to run." Close/reopen the PR after creation to generate a pull_request.reopened event that triggers all required checks. Also removes the redundant validate job from generate.yml since CI now runs properly via the PR event.
Bill Li (billxinli)
approved these changes
Apr 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GITHUB_TOKENdon't trigger other workflows (GitHub docs), leaving required CI and enterprise "Audit GHA Workflows" checks stuck at "Waiting for workflow to run" on automated PRsgenerate.ymlandweekly-update.ymlthat generates apull_request.reopenedevent, which triggers all required checks without needing a PAT or GitHub App tokenvalidatejob fromgenerate.ymlsince CI now runs properly via the PR eventTest plan
generate.ymlviaworkflow_dispatchand verify the created PR gets CI and audit checksweekly-update.ymlPR creation also triggers checks (next scheduled run or manual dispatch)