Skip to content

fix(ci): trigger required checks on automated PRs#47

Merged
John-David Dalton (jdalton) merged 1 commit into
mainfrom
fix/ci-trigger-on-automated-prs
Apr 7, 2026
Merged

fix(ci): trigger required checks on automated PRs#47
John-David Dalton (jdalton) merged 1 commit into
mainfrom
fix/ci-trigger-on-automated-prs

Conversation

@jdalton
Copy link
Copy Markdown
Collaborator

Summary

  • Pushes made with GITHUB_TOKEN don't trigger other workflows, so required CI and enterprise audit checks get stuck at "Waiting for workflow to run" on automated PRs created by the weekly update workflow.
  • Added a close/reopen step after PR creation to generate a pull_request.reopened event, which triggers the required workflows.

Test plan

  • Run the weekly update workflow via workflow_dispatch and verify the PR is created, closed, and reopened
  • Confirm CI and enterprise audit checks are triggered on the reopened PR

@jdalton John-David Dalton (jdalton) merged commit 379fb4b into main Apr 7, 2026
9 checks passed
@jdalton John-David Dalton (jdalton) deleted the fix/ci-trigger-on-automated-prs branch April 7, 2026 17:43
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