mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 17:22:33 +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
|
||||
always_pending:
|
||||
title_regex: 'WIP'
|
||||
title_regex: '(WIP|RFC)'
|
||||
labels:
|
||||
- do-not-merge
|
||||
- wip
|
||||
- rfc
|
||||
explanation: 'Work in progress - do not merge'
|
||||
|
||||
group_defaults:
|
||||
|
Loading…
Reference in New Issue
Block a user