Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,20 @@ configuration:
- removeLabel:
label: 'Status: No recent activity'
description:
- if:
- payloadType: Issues
- isAction:
action: Labeled
- hasLabel:
label: 'resolve:qa'
then:
- addReply:
reply: >-
Thank you for your question! For better support, please post on
[Microsoft Q&A](https://learn.microsoft.com/en-us/answers/tags/800/microsoft-security-ms-graph).
If this is still relevant, please open a new question there with updated details.
Closing this issue.
- closeIssue
description: Close question issues labeled resolve:qa by the triage agent
onFailure:
onSuccess:
Loading