Skip to content

Commit

Permalink
Fix: Add triage event responder (#2784)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElinorW authored Sep 5, 2023
1 parent 7d6104a commit 266b6ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,17 @@ configuration:
https://aka.ms/askgraph
eventResponderTasks:
- if:
- payloadType: Issues
- and:
- isOpen
- not:
and:
- isAssignedToSomeone
- isLabeled
then:
- addLabel:
label: 'ToTriage'
- if:
- payloadType: Issue_Comment
- isAction:
Expand Down

0 comments on commit 266b6ff

Please sign in to comment.