-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
.gitconsensus.yaml
41 lines (27 loc) · 1.18 KB
/
.gitconsensus.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Which version of the consensus rules to use
version: 3
# Add extra labels for the vote counts and age when merging
extra_labels: false
# Don't count any vote from a user who votes for multiple options
prevent_doubles: true
pull_requests:
# At least three people should sign off on any pull request.
quorum: 3
# Required percentage of "yes" votes (ignoring abstentions). It's a good idea to give "no" votes more power.
threshold: 0.74
# Number of hours after last action (commit or opening the pull request) before issue can be merged
merge_delay: 0
# Number of votes at which the merge_delay gets ignored, assuming no negative votes.
delay_override: 6
# Close pull requests that don't pass after 90 days without any activity (new commits).
timeout: 2160
# Do not allow changes to the license.
license_lock: true
# Allow the consensus rules (this file) to be changed.
consensus_lock: false
# Wait for at least four days before merging any new consensus rules.
consensus_delay: 96
# Allow anyone to vote on this project, even if they've never contributed.
contributors_only: false
# Don't put any restrictions on who can vote.
collaborators_only: false