Skip to content

Forward the Runner Label to Every Standards Check - #32

Merged
PSchmiedmayer merged 1 commit into
mainfrom
feature/forward-runner-labels
Aug 17, 2026
Merged

Forward the Runner Label to Every Standards Check#32
PSchmiedmayer merged 1 commit into
mainfrom
feature/forward-runner-labels

Conversation

@PSchmiedmayer

Copy link
Copy Markdown
Contributor

♻️ Current situation & Problem

repository-standards.yml now accepts a runner label, but it still calls the licensing, docs, and actions checks without passing it, so those three fall back to ubuntu-latest even when the caller asked for its own runners. That was deliberate: the previous change could not forward an input the released tag did not carry yet, because the runner resolves a reusable workflow's inputs before the run starts and would have refused to start at all.

The tag now carries the input, so the forwarding can land.

No related issue was identified.

⚙️ Release Notes

  • Pass runs_on_labels from repository-standards.yml to the licensing, docs, and actions checks, so one input covers every check the workflow runs.

Callers that pass nothing keep the previous default.

📚 Documentation

No documentation changes are required.

✅ Testing

  • actionlint
  • The workflow runs against itself on every pull request here, which exercises the forwarding

Code of Conduct & Contributing Guidelines

By creating and submitting this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

Copilot AI lite review requested due to automatic review settings August 17, 2026 05:40

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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown

Important

Review available on request

  • 🔍 Trigger review

Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment @coderabbitai review to review the latest changes. For a full review, comment @coderabbitai full review.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 4078f13c-f406-4918-958e-1fd8c0ac3cb1


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@PSchmiedmayer
PSchmiedmayer merged commit 650b73d into main Aug 17, 2026
6 checks passed
@PSchmiedmayer
PSchmiedmayer deleted the feature/forward-runner-labels branch August 17, 2026 05:41
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.

2 participants