fix(ci): bump actionlint to v1.7.8 for macos-15-intel runner label - #802
Merged
Merged
Conversation
actionlint v1.7.7's built-in GitHub-hosted runner label list predates the macos-15-intel label, so any PR touching release-rust.yml failed Workflow lint with 'label "macos-15-intel" is unknown'. The label is a real GitHub-hosted Intel macOS 15 runner; v1.7.8 recognizes it.
|
Caution Review failedAn error occurred during the review process. Please try again later. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
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.
Change contract
Workflow lint (actionlint) passes on
release-rust.ymlagain. The job pins actionlint v1.7.7, whose built-in GitHub-hosted runner label list predatesmacos-15-intel, so any PR touching.github/workflows/release-rust.ymlfailed lint withlabel "macos-15-intel" is unknown(pre-existing issue surfaced during #799). The fix is a one-line pin bump to v1.7.8, which recognizes the label.Issue relationship
None
Out of scope
Dependencies and merge order
None
Focused validation
macos-15-intelis a real GitHub-hosted runner label (macOS 15, Intel, 4 vCPU) per the official runner reference; the repo has zero self-hosted runners (gh api repos/proerror77/monday/actions/runners->total_count: 0), so the label can only be GitHub-hosted..github/workflows/release-rust.ymlwithlabel "macos-15-intel" is unknown(exit 1).release-rust.ymland on every workflow under.github/workflows/(exit 0).bash .github/scripts/test-select-rust-ci-scope.sh->rust CI scope selector tests passed.git diff --checkclean.Rollout and rollback
None. CI-only change; rollback is reverting the pin.
Scope exception
None