Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 2c604c7

Browse files
committed
chore: support pullapprove
1 parent 6f1f42a commit 2c604c7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.pullapprove.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
groups:
3+
code-review:
4+
approve_by_comment:
5+
approve_regex: ^Approved
6+
enabled: true
7+
reject_regex: ^Rejected
8+
required: 1
9+
reset_on_push:
10+
enabled: false
11+
users:
12+
- axetroy

0 commit comments

Comments
 (0)