Skip to content

Commit 3eec2a6

Browse files
authored
Merge pull request opencontainers#21 from wking/pullapprove-updates
.pullapprove.yml: Reset on push, ignore authors, and require sign-offs
2 parents d81a903 + 3f54e95 commit 3eec2a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pullapprove.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
approve_by_comment: true
22
approve_regex: ^LGTM
33
reject_regex: ^Rejected
4-
reset_on_push: false
4+
reset_on_push: true
5+
author_approval: ignored
6+
signed_off_by:
7+
required: true
58
reviewers:
69
teams:
710
- tdc-maintainers

0 commit comments

Comments
 (0)