mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 11:50:18 +00:00
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 <ndevos@redhat.com>
This commit is contained in:
parent
411bf33a3d
commit
1ec7c0e5d8
@ -310,7 +310,7 @@ pull_request_rules:
|
||||
- ci/skip/e2e
|
||||
- name: title contains Mergify
|
||||
conditions:
|
||||
- "title~=mergify"
|
||||
- "title~=(?i)mergify"
|
||||
actions:
|
||||
label:
|
||||
add:
|
||||
|
Loading…
Reference in New Issue
Block a user