Skip to content

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

Merged
jdalton merged 1 commit intomainfrom
fix/ci-trigger-on-automated-prs
Apr 7, 2026
Merged

fix(ci): trigger required checks on automated PRs#156
jdalton merged 1 commit intomainfrom
fix/ci-trigger-on-automated-prs

Conversation

@jdalton
Copy link
Copy Markdown
Collaborator

@jdalton jdalton commented Apr 7, 2026

Summary

  • Pushes made with GITHUB_TOKEN don't trigger other workflows (this is a GitHub limitation by design)
  • Required CI and enterprise audit checks get stuck at "Waiting for workflow to run" on automated PRs created by the weekly update workflow
  • Add 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 CI checks trigger on the created PR
  • Confirm the PR is in an open (not closed) state after the close/reopen cycle

@jdalton jdalton merged commit c5c80f0 into main Apr 7, 2026
12 checks passed
@jdalton 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