Skip to content

Commit 12eca2c

Browse files
committed
clarify vote threshold, move label override up
1 parent 3cc682b commit 12eca2c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ will be skipped.
1313
# Add extra labels for the vote counts and age when merging
1414
extra_labels: false
1515

16-
# Minimum number of votes
16+
# Minimum number of voters
1717
quorum: 5
1818

19-
# Required percentage of "yes" votes
19+
# Required percentage of "yes" votes (ignoring abstentions)
2020
threshold: 0.65
2121

2222
# Only process votes by contributors
@@ -49,6 +49,10 @@ Votes are made by using reactions on the top level comment of the Pull Request.
4949
| ![confused](https://assets-cdn.github.com/images/icons/emoji/unicode/1f615.png "confused") | Abstain |
5050
5151
52+
## Label Overrides
53+
54+
Any Pull Request with a `WIP` or `DONTMERGE` label (case insensitive) will be skipped over.
55+
5256

5357
## Commands
5458

@@ -100,7 +104,3 @@ Merge specific pull request, including any labels and comments that normally wou
100104
```shell
101105
gitconsensus forcemerge USERNAME REPOSITORY PR_NUMBER
102106
```
103-
104-
## Label Overrides
105-
106-
Any Pull Request with a `WIP` or `DONTMERGE` label (case insensitive) will be skipped over.

0 commit comments

Comments
 (0)