-
Notifications
You must be signed in to change notification settings - Fork 96
/
.gitvote.yml
30 lines (28 loc) · 969 Bytes
/
.gitvote.yml
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
# GitVote configuration file reference: https://github.com/cncf/gitvote/blob/main/docs/config/.gitvote.yml
profiles:
default:
duration: 4w
pass_threshold: 51
allowed_voters:
teams:
- gitvote-steering
exclude_team_maintainers: false
periodic_status_check: 1 week
close_on_passing: true
# Automation (optional)
#
# Create votes automatically on PRs when any of the files affected by the PR
# match any of the patterns provided. Patterns must follow the gitignore
# format (https://git-scm.com/docs/gitignore#_pattern_format).
#
# Each automation rule must include a list of patterns and the profile to use
# when creating the vote. This allows creating votes automatically using the
# desired configuration based on the patterns matched. Rules are processed in
# the order provided, and the first match wins.
#
automation:
enabled: true
rules:
- patterns:
- "/resolutions/proposed/*.md"
profile: default