We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a0803 commit 9501ab9Copy full SHA for 9501ab9
1 file changed
.github/workflow-config.json
@@ -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
17
18
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