mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 08:47:56 +00:00
CI: Add rfc logic to pullapprove config
For parity with the agent, disallow merging of RFC branches. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
5c7a685f96
commit
c0d3ef8c1b
@ -6,10 +6,11 @@ requirements:
|
|||||||
|
|
||||||
# Disallow approval of PRs still under development
|
# Disallow approval of PRs still under development
|
||||||
always_pending:
|
always_pending:
|
||||||
title_regex: 'WIP'
|
title_regex: '(WIP|RFC)'
|
||||||
labels:
|
labels:
|
||||||
- do-not-merge
|
- do-not-merge
|
||||||
- wip
|
- wip
|
||||||
|
- rfc
|
||||||
explanation: 'Work in progress - do not merge'
|
explanation: 'Work in progress - do not merge'
|
||||||
|
|
||||||
group_defaults:
|
group_defaults:
|
||||||
|
Loading…
Reference in New Issue
Block a user