We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4861237 commit 04c4f7dCopy full SHA for 04c4f7d
.github/workflow-config.json
@@ -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