Skip to content

Commit 04c4f7d

Browse files
committed
Create workflow config file
1 parent 4861237 commit 04c4f7d

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)