ci: pin PR labeler to allowlisted 1.3.0 commit#265
Merged
Conversation
Signed-off-by: Swarom Muley <smuley@nvidia.com>
Contributor
📝 WalkthroughWalkthroughUpdated the PR labeling workflow to pin a different revision of the ChangesWorkflow action pin update
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
svvarom
enabled auto-merge
June 10, 2026 19:30
Contributor
|
philipmattingly
approved these changes
Jun 10, 2026
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.
Every "Label PR by type" run fails with
startup_failuresince #252 merged (e.g. this run). The org's Actions allowlist permitsytanikin/pr-conventional-commitsonly atb628c5a234cc32513014b7bfdd1e47b532124d98(1.3.0), but the workflow pins6ac1cea04190fc076b0e539025501d7e7d241ac1(1.4.0), so GitHub rejects the workflow before any job starts.This repins to the allowlisted commit. The only change between 1.3.0 and 1.4.0 is an optional scope-labeling feature we don't use, plus docs — labeling, validation failure on bad titles, and stale-label removal on retitle are identical.
❯ gh api repos/NVIDIA-NeMo/nemo-platform/actions/permissions/selected-actions --jq '.patterns_allowed[] | select(test("ytanikin"))' ytanikin/pr-conventional-commits@b628c5a234cc32513014b7bfdd1e47b532124d98Summary by CodeRabbit
This PR contains only infrastructure updates with no user-facing changes.