Skip to content

Commit 8df49e2

Browse files
authored
Tag new issues as 'untriaged'
1 parent ce43c96 commit 8df49e2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
id:
2+
name: GitOps.PullRequestIssueManagement
3+
description: GitOps.PullRequestIssueManagement primitive
4+
owner:
5+
resource: repository
6+
disabled: false
7+
where:
8+
configuration:
9+
resourceManagementConfiguration:
10+
11+
eventResponderTasks:
12+
13+
- description: Add "untriaged" label to issues when opened
14+
triggerOnOwnActions: false
15+
if:
16+
- payloadType: Issues
17+
- or:
18+
- isAction:
19+
action: Opened
20+
then:
21+
- addLabel:
22+
label: untriaged
23+
24+
onFailure:
25+
onSuccess:

0 commit comments

Comments
 (0)