Skip to content

Commit 2ea6f48

Browse files
committed
Add PullApprove configuration
Closes #16 Signed-off-by: Chris Aniszczyk <[email protected]>
1 parent 8ab12b7 commit 2ea6f48

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.pullapprove.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
approve_by_comment: true
2+
approve_regex: '^(Approved|lgtm|LGTM|:shipit:|:star:|:\+1:|:ship:)'
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+
- go-digest-maintainers
11+
name: default
12+
required: 2

0 commit comments

Comments
 (0)