File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,15 @@ threshold: 0.65
18
18
# Only process votes by contributors
19
19
contributors_only : false
20
20
21
+ # Only process votes by collaborators
22
+ collaborators_only : false
23
+
24
+ # When defined only process votes from these github users
25
+ whitelist :
26
+ - alice
27
+ - bob
28
+ - carol
29
+
21
30
# Number of days after last commit before issue can be merged
22
31
mergedelay : 3
23
32
@@ -39,13 +48,17 @@ token from Github that will be used in place of your username and password (whic
39
48
Merge all pull requests that meet consensus rules.
40
49
41
50
``` shell
42
- gitconsensus auth USERNAME REPOSITORY
51
+ gitconsensus merge USERNAME REPOSITORY
43
52
```
44
53
45
- ## Merge
54
+ ## Close
46
55
47
- Merge all pull requests that have passed the "timeout" date (if it is set).
56
+ Close all pull requests that have passed the "timeout" date (if it is set).
48
57
49
58
``` shell
50
59
gitconsensus close USERNAME REPOSITORY
51
60
```
61
+
62
+ ## Label Overrides
63
+
64
+ Any Pull Request with the ` WIP ` or ` DONTMERGE ` label (case insensitive) will be skipped over.
You can’t perform that action at this time.
0 commit comments