Skip to content

Commit

Permalink
Create label-new-issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
localden committed Oct 30, 2024
1 parent ad8cd60 commit bdd56c1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/policies/label-new-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
id:
name: GitOps.PullRequestIssueManagement
description: GitOps.PullRequestIssueManagement primitive
owner:
resource: repository
disabled: false
where:
configuration:
resourceManagementConfiguration:
eventResponderTasks:
- description: Add untriaged label to new issues
if:
- payloadType: Issues
- isAction:
action: Opened
then:
- addLabel:
label: untriaged

0 comments on commit bdd56c1

Please sign in to comment.