From 150de619eeb93cf11274e7b2a34005e98e702e13 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Fri, 14 May 2021 16:41:24 +0200 Subject: [PATCH] ci: have mergify set the component/build label on PRs Quite a few PRs have the `build:` prefix. It would be good to teach Mergify to set the label for those. Signed-off-by: Niels de Vos --- .mergify.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index d0ac0fd31..d2303dc70 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -342,6 +342,13 @@ pull_request_rules: label: add: - rebase + - name: title contains build + conditions: + - "title~=build: " + actions: + label: + add: + - component/build - name: title indicates a bug fix conditions: - title~=(bug)|(fix)