chore: 🔧 Update PR review workflow - #500
Merged
Merged
Conversation
Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
mrsabath
approved these changes
Jul 28, 2026
mrsabath
left a comment
Contributor
There was a problem hiding this comment.
Single-line bump of the pinned SHA for the reusable rossoctl/.github pr-verifier-required.yml from 4e535f2 → 2998dc5.
Verified:
- New SHA
2998dc5is a legitimate commit onrossoctl/.githubmain(authored by Ed Snible, 2026-07-28) and the reusable workflow file exists at that ref. - Pin remains a full 40-char SHA, so action-pinning policy is satisfied (Verify Action Pinning check passed).
- Net behavioral effect of the bump is
prefix_case_sensitive: true → falsein the title check, which exactly matches the stated purpose (the failure was title case-insensitivity, not migration).
Areas reviewed: CI/GitHub Actions, Security (action pinning)
Commits: 1, signed-off: yes (DCO passed)
CI status: passing (E2E pending)
LGTM.
Open
3 tasks
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.
Summary
This PR was not failing due to migration but due to title case insensitivity #499 (comment)
Related issue(s)
Fixes rossoctl/.github#87