We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a67f81 + 13b4639 commit ec96974Copy full SHA for ec96974
.pullapprove.yml
@@ -1,12 +1,27 @@
1
-approve_by_comment: true
2
-approve_regex: ^LGTM
3
-reject_regex: ^Rejected
4
-reset_on_push: true
5
-author_approval: ignored
6
-signed_off_by:
7
- required: true
8
-reviewers:
9
- teams:
10
- - runtime-spec-maintainers
11
- name: default
+version: 2
+
+requirements:
+ signed_off_by:
+ required: true
+group_defaults:
12
required: 2
+ approve_by_comment:
+ enabled: true
+ approve_regex: ^LGTM
+ reject_regex: ^Rejected
13
+ reset_on_push:
14
15
+ author_approval:
16
+ ignored: true
17
+ always_pending:
18
+ title_regex: ^WIP
19
+ explanation: 'Work in progress...'
20
+ conditions:
21
+ branches:
22
+ - master
23
24
+groups:
25
+ runtime-spec:
26
+ teams:
27
+ - runtime-spec-maintainers
0 commit comments