From c0d3ef8c1b4465ecc3e95f5771b6a893ea5e9a3c Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Mon, 18 Dec 2017 21:53:23 +0000 Subject: [PATCH] CI: Add rfc logic to pullapprove config For parity with the agent, disallow merging of RFC branches. Signed-off-by: James O. D. Hunt --- .pullapprove.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pullapprove.yml b/.pullapprove.yml index ee290078f6..56aa0126cc 100644 --- a/.pullapprove.yml +++ b/.pullapprove.yml @@ -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: