From 1ec7c0e5d8aae15f8e599f5f5b905b830b104623 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 23 Nov 2021 09:13:05 +0100 Subject: [PATCH] ci: ignore case when matching Mergify config update PRs that contain `mergify` or `Mergify` in the subject should both match the rule to add labels. The regular expressions can include `(?i)` to make the matching case-insensitive. See-also: https://docs.mergify.com/configuration/#regular-expressions Signed-off-by: Niels de Vos --- .mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 91062a980..bc6d4d833 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -310,7 +310,7 @@ pull_request_rules: - ci/skip/e2e - name: title contains Mergify conditions: - - "title~=mergify" + - "title~=(?i)mergify" actions: label: add: