Skip to content

Commit

Permalink
Add untriaged to new issues
Browse files Browse the repository at this point in the history
  • Loading branch information
joperezr committed Mar 28, 2024
1 parent 29e0802 commit 8cc2f56
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/policies/labelManagement.issueOpened.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
id: labelManagement.issueOpened
name: New Issues
description: Adds untriaged label to new issues
owner:
resource: repository
disabled: false
where:
configuration:
resourceManagementConfiguration:
eventResponderTasks:
- description: Add untriaged to new issues
if:
- payloadType: Issues
- isAction:
action: Opened
then:
- addLabel:
label: untriaged

0 comments on commit 8cc2f56

Please sign in to comment.