mirror of
https://github.com/opencontainers/runtime-spec.git
synced 2026-02-05 18:45:18 +01:00
.pullapprove.yml: Switch to v2 and other project-template updates
Pull in changes from [1]. The only changes vs. the upstream version is removing all the groups except for the runtime-spec group. [1]: https://github.com/opencontainers/project-template/pull/29 Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
@@ -1,12 +1,27 @@
|
||||
approve_by_comment: true
|
||||
approve_regex: ^LGTM
|
||||
reject_regex: ^Rejected
|
||||
reset_on_push: true
|
||||
author_approval: ignored
|
||||
signed_off_by:
|
||||
required: true
|
||||
reviewers:
|
||||
teams:
|
||||
- runtime-spec-maintainers
|
||||
name: default
|
||||
version: 2
|
||||
|
||||
requirements:
|
||||
signed_off_by:
|
||||
required: true
|
||||
|
||||
group_defaults:
|
||||
required: 2
|
||||
approve_by_comment:
|
||||
enabled: true
|
||||
approve_regex: ^LGTM
|
||||
reject_regex: ^Rejected
|
||||
reset_on_push:
|
||||
enabled: true
|
||||
author_approval:
|
||||
ignored: true
|
||||
always_pending:
|
||||
title_regex: ^WIP
|
||||
explanation: 'Work in progress...'
|
||||
conditions:
|
||||
branches:
|
||||
- master
|
||||
|
||||
groups:
|
||||
runtime-spec:
|
||||
teams:
|
||||
- runtime-spec-maintainers
|
||||
|
||||
Reference in New Issue
Block a user