Skip to content

Commit 09f827c

Browse files
committed
add features, fix bugs
1 parent 1d21d9f commit 09f827c

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ threshold: 0.65
1818
# Only process votes by contributors
1919
contributors_only: false
2020

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+
2130
# Number of days after last commit before issue can be merged
2231
mergedelay: 3
2332

@@ -39,13 +48,17 @@ token from Github that will be used in place of your username and password (whic
3948
Merge all pull requests that meet consensus rules.
4049

4150
```shell
42-
gitconsensus auth USERNAME REPOSITORY
51+
gitconsensus merge USERNAME REPOSITORY
4352
```
4453

45-
## Merge
54+
## Close
4655

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).
4857

4958
```shell
5059
gitconsensus close USERNAME REPOSITORY
5160
```
61+
62+
## Label Overrides
63+
64+
Any Pull Request with the `WIP` or `DONTMERGE` label (case insensitive) will be skipped over.

0 commit comments

Comments
 (0)