Add resolve:qa bot rule for automated question closure#3071
Closed
Add resolve:qa bot rule for automated question closure#3071
Conversation
When the triage agent labels an issue with 'resolve:qa', the bot will post a message redirecting the user to Microsoft Q&A and close the issue automatically. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a GitOps Resource Management event responder rule to automatically close issues marked as questions by applying the resolve:qa label, posting a redirect comment to Microsoft Q&A.
Changes:
- Added an
eventResponderTaskthat triggers onIssuesLabeledevents when theresolve:qalabel is present. - Posts a Microsoft Q&A redirect message and closes the issue.
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
Adds a GitOps resource management rule that watches for the
resolve:qalabel on issues. When this label is applied (by the Graph SDK Issue Triage Agent), the bot will:How it works
This is part of the Graph SDK Issue Intelligence FHL project to help manage the issue backlog across SDK repos.
Changes
.github/policies/resourceManagement.yml: Added eventResponderTask that triggers on the resolve:qa labelMicrosoft Reviewers: Open in CodeFlow