Disallow self-LGTMs
As https://github.com/opencontainers/project-template/pull/13 is merged, change pullapprove accordingly. Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
parent
9dcacfb835
commit
df1bd18506
|
@ -2,6 +2,7 @@ approve_by_comment: true
|
||||||
approve_regex: ^LGTM
|
approve_regex: ^LGTM
|
||||||
reject_regex: ^Rejected
|
reject_regex: ^Rejected
|
||||||
reset_on_push: true
|
reset_on_push: true
|
||||||
|
author_approval: ignored
|
||||||
reviewers:
|
reviewers:
|
||||||
teams:
|
teams:
|
||||||
- runc-maintainers
|
- runc-maintainers
|
||||||
|
|
Loading…
Reference in New Issue