We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aa0003 + 967bbd1 commit b8df7e9Copy full SHA for b8df7e9
1 file changed
.pullapprove.yml
@@ -1,12 +1,28 @@
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-tools-maintainers
11
- name: default
+version: 2
+
+requirements:
+ signed_off_by:
+ required: true
+always_pending:
+ title_regex: '^WIP'
+ explanation: 'Work in progress...'
+group_defaults:
12
required: 2
13
+ approve_by_comment:
14
+ enabled: true
15
+ approve_regex: '^LGTM'
16
+ reject_regex: '^Rejected'
17
+ reset_on_push:
18
19
+ author_approval:
20
+ ignored: true
21
+ conditions:
22
+ branches:
23
+ - master
24
25
+groups:
26
+ runtime-tools:
27
+ teams:
28
+ - runtime-tools-maintainers
0 commit comments