-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy path.gitconsensus.yaml
38 lines (26 loc) · 1.03 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
# See http://www.gitconsensus for more information about this file.
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 Request Specific Rules
pull_requests:
# Minimum number of voters
quorum: 3
# Required percentage of "yes" votes (ignoring abstentions)
threshold: 0.74
# Number of hours after last action (commit or opening the pull request) before issue can be merged
merge_delay: 6
# Number of votes at which the mergedelay gets ignored, assuming no negative votes.
delay_override: 5
# Number of hours after last action (commit or opening the pull request) before issue is autoclosed
timeout: 168
# Do not allow changes to the license.
license_lock: true
# Wait for at least four days before merging any new consensus rules.
consensus_delay: 96
# Only process votes by contributors
contributors_only: false
# Only process votes by collaborators
collaborators_only: false