Skip to content

Commit ce7f2dc

Browse files
authored
Tag new issues as 'untriaged' (#7806)
2 parents 5fc720a + 54554af commit ce7f2dc

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
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:

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ pr:
1616
- main
1717
paths:
1818
exclude:
19-
- ./*.md
19+
- ./*.md
20+
- .github/*
2021

2122
# Run a scheduled build every night on main to run tests against insiders VSCode.
2223
# The variable testVSCodeVersion is set to insiders based on the build reason.

0 commit comments

Comments
 (0)