mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
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 <ndevos@redhat.com>
This commit is contained in:
parent
5ccdb35da0
commit
150de619ee
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user