Update workflow pins for v2.2.0 release - #134
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f8d2eeab-d171-4e25-8ca2-5931c6539837
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the repository’s GitHub Actions workflows to pin all dotnet/issue-labeler/* action references to the v2.2.0 release commit SHA (160b6b1e1e8d36da09beb34ef1e4806d2c0520a3), aligning workflow execution with the v2.2.0 release.
Changes:
- Updated all workflow
uses: dotnet/issue-labeler/...@...pins from the prior v2.1.0 SHA to the v2.2.0 release SHA. - Kept the inline version annotations in workflow files consistent with the new pin (
# v2.2.0).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/labeler-train.yml |
Updates download/train/test steps to use the v2.2.0 pinned action SHA. |
.github/workflows/labeler-promote.yml |
Updates promote steps to use the v2.2.0 pinned action SHA. |
.github/workflows/labeler-predict-pulls.yml |
Updates restore/predict steps for PR labeling to use the v2.2.0 pinned action SHA. |
.github/workflows/labeler-predict-issues.yml |
Updates restore/predict steps for issue labeling to use the v2.2.0 pinned action SHA. |
.github/workflows/labeler-predict-discussions.yml |
Updates restore/predict steps for discussion labeling to use the v2.2.0 pinned action SHA. |
.github/workflows/labeler-cache-retention.yml |
Updates restore step used by cache retention to use the v2.2.0 pinned action SHA. |
rcj1
approved these changes
Aug 1, 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.
Summary
Release linkage