File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments