File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ will be skipped.
13
13
# Add extra labels for the vote counts and age when merging
14
14
extra_labels : false
15
15
16
- # Minimum number of votes
16
+ # Minimum number of voters
17
17
quorum : 5
18
18
19
- # Required percentage of "yes" votes
19
+ # Required percentage of "yes" votes (ignoring abstentions)
20
20
threshold : 0.65
21
21
22
22
# Only process votes by contributors
@@ -49,6 +49,10 @@ Votes are made by using reactions on the top level comment of the Pull Request.
49
49
|  | Abstain |
50
50
51
51
52
+ ## Label Overrides
53
+
54
+ Any Pull Request with a ` WIP` or `DONTMERGE` label (case insensitive) will be skipped over.
55
+
52
56
53
57
# # Commands
54
58
@@ -100,7 +104,3 @@ Merge specific pull request, including any labels and comments that normally wou
100
104
` ` ` shell
101
105
gitconsensus forcemerge USERNAME REPOSITORY PR_NUMBER
102
106
` ` `
103
-
104
- ## Label Overrides
105
-
106
- Any Pull Request with a ` WIP ` or ` DONTMERGE ` label (case insensitive) will be skipped over.
You can’t perform that action at this time.
0 commit comments