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:
James O. D. Hunt 2017-12-18 21:53:23 +00:00
parent 5c7a685f96
commit c0d3ef8c1b

View File

@ -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: