Skip to content

Commit

Permalink
Fix bot to add needs-triage label to newly opened issue (#3772)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenBucher98 committed Aug 7, 2023
1 parent e5537d8 commit 9ffba6b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,5 +286,17 @@ configuration:
- addLabel:
label: 'Needs-Attention :wave:'
description:
- if:
- payloadType: Issues
- and:
- isOpen
- not:
and:
- isAssignedToSomeone
- isLabeled
then:
- addLabel:
label: 'Needs-Triage :mag:'
description: 'Adding needs triage label to newly opened issues'
onFailure:
onSuccess:

0 comments on commit 9ffba6b

Please sign in to comment.