Skip to content

Commit 8589c64

Browse files
committed
Merge pull request #101 from caniszczyk/add-pull-approve
Add PullApprove support to enforce consistent review
2 parents d24dad4 + 95a4675 commit 8589c64

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.pullapprove.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
approve_by_comment: true
2+
approve_regex: ^LGTM
3+
reject_regex: ^Rejected
4+
reset_on_push: true
5+
reviewers:
6+
teams:
7+
- image-spec-maintainers
8+
name: default
9+
required: 2

0 commit comments

Comments
 (0)