Skip to content

Skip repository-specific checks for renamed-repositories PRs#8522

Closed
ludeeus wants to merge 1 commit into
masterfrom
claude/trusting-ritchie-2jxhlg
Closed

Skip repository-specific checks for renamed-repositories PRs#8522
ludeeus wants to merge 1 commit into
masterfrom
claude/trusting-ritchie-2jxhlg

Conversation

@ludeeus

@ludeeus ludeeus commented Jun 15, 2026

Copy link
Copy Markdown
Member
  • Guard the preflight job (and via the needs cascade, all repository-specific jobs) with a label condition so that PRs labelled 'renamed-repositories' skip the new-addition validation.
  • Add the 'labeled' trigger type so applying the label re-evaluates the workflow.

Guard the preflight job (and via the needs cascade, all repository-specific
jobs) with a label condition so that PRs labelled 'renamed-repositories' skip
the new-addition validation. Add the 'labeled' trigger type so applying the
label re-evaluates the workflow.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Check GitHub Actions workflow so that PRs labeled renamed-repositories bypass the workflow’s repository-specific validation by skipping the preflight job (and, via needs, the downstream jobs that depend on it). It also ensures the workflow re-evaluates when labels are applied by adding the labeled event type.

Changes:

  • Add pull_request trigger type labeled so labeling a PR retriggers the workflow.
  • Add a job-level if: guard to skip preflight when the PR has the renamed-repositories label.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ludeeus

ludeeus commented Jun 15, 2026

Copy link
Copy Markdown
Member Author

Not needed with #8524

@ludeeus ludeeus closed this Jun 15, 2026
@ludeeus ludeeus deleted the claude/trusting-ritchie-2jxhlg branch June 15, 2026 13:51
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.

3 participants