Skip to content

Commit 87afc34

Browse files
Merge pull request #1144 from MicrosoftDocs/main
[AutoPublish] main to live - 04/19 23:12 PDT | 04/20 11:42 IST
2 parents f866927 + 04c4f7d commit 87afc34

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/workflow-config.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"AutoLabelAssign": {
3+
"AutoAssignUsers": 1,
4+
"AutoAssignReviewers": 1,
5+
"ExcludedBranchList": [
6+
"branch1",
7+
"branch2"
8+
],
9+
"AutoLabel": 1,
10+
"ExcludedUserList": [
11+
"user1",
12+
"user2"
13+
]
14+
},
15+
"AutoPublish": {
16+
"EnableAutoMerge": true,
17+
"EnableAutoPublish": true
18+
},
19+
"Stale": {
20+
"RunDebug": false
21+
},
22+
"StaleBranch": {
23+
"RepoBranchSkipList": [
24+
"ExampleBranch1",
25+
"ExampleBranch2"
26+
],
27+
"ReportOnly": false
28+
},
29+
"TierManagement": {
30+
"EnableReadOnlySignoff": 1,
31+
"EnableWriteSignOff": 1
32+
}
33+
}

0 commit comments

Comments
 (0)