Update Locker GitHub action to only lock issues (not PRs)#53225
Merged
Conversation
|
Hey @dotnet/aspnet-build, looks like this PR is something you want to take a look at. |
wtgodbe
approved these changes
Jan 9, 2024
wtgodbe
left a comment
Member
There was a problem hiding this comment.
Nice! The test failures are an unrelated known issue, I can merge around them once CI finishes. Is there a way to do a dry run?
Member
Author
|
I just conducted a dry run on my fork, and it ran successfully. There was of course no work for it to do though. https://github.com/jeffhandley/aspnetcore/actions/runs/7465452749/job/20314631341 Once we merge this, @wtgodbe, we'll run it interactively through the Actions UI, and we should expect it will fail to process all issues/PRs until it catches up. |
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.
Update Locker GitHub action to only lock issues (not PRs)
Update the Locker workflow to use microsoft/vscode-github-triage-actions@0e46b66 and configure the action to only lock issues.
Description
This is follow-up to #52651. In that PR, we adopted the Locker action but then found that it was locking both issues and PRs; we only want to lock issues. microsoft/vscode-github-triage-actions#197 was merged, and we can now configure the action to only lock issues.