-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitconsensus.yaml
42 lines (30 loc) · 1.02 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
42
# See https://github.com/tedivm/GitConsensus for more information about this file.
version: 2
#
# Consensus Rules
#
# Minimum number of voters
quorum: 1
# 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
mergedelay: 24
# Number of votes at which the mergedelay gets ignored, assuming no negative votes.
delayoverride: 3
# Number of hours after last action (commit or opening the pull request) before issue is autoclosed
timeout: 168
# Don't count any vote from a user who votes for multiple options
prevent_doubles: true
# Do not allow changes to the license.
locklicense: true
# Wait for at least four days before merging any new consensus rules.
consensusdelay: 96
#
# Disabled Consensus Rules
#
# Add extra labels for the vote counts and age when merging
extra_labels: false
# Only process votes by contributors
contributors_only: false
# Only process votes by collaborators
collaborators_only: false