Skip to content

Commit 3f54e95

Browse files
committed
.pullapprove.yml: Reset on push, ignore authors, and require sign-offs
The sign-off requirement catches us up with fcc7f42 (Add contributing and maintainer guidelines, 2016-05-03, opencontainers#1). The author ignore catches us up with c82a2e7 (MAINTAINERS: disallow self-LGTMs, 2016-05-27, opencontainers#13). The push reset catches us up with opencontainers/runtime-spec@aa9f3a26 (Add PullApprove checks, 2016-05-26, opencontainers/runtime-spec#458), opencontainers/image-spec@95a46754d (Add PullApprove support to enforce review, 2016-06-01, opencontainers/image-spec#101) and opencontainers/runc@e2fd7c11 (Add PullApprove support, 2016-05-26, opencontainers/runc#847). Signed-off-by: W. Trevor King <[email protected]>
1 parent d81a903 commit 3f54e95

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)