Skip to content

Commit 9501ab9

Browse files
committed
Create workflow config file
1 parent f8a0803 commit 9501ab9

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

.github/workflow-config.json

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

0 commit comments

Comments
 (0)