ci: add "component/nfs" label with Mergify

"component/nfs" has been added to the labels in the repository, and
Mergify should be able to add that to PRs.

Updates: #2913
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2022-03-17 11:31:00 +01:00
parent 4e8033b762
commit 9fe3870874

View File

@ -309,6 +309,13 @@ pull_request_rules:
label: label:
add: add:
- component/cephfs - component/cephfs
- name: title contains NFS
conditions:
- "title~=nfs: "
actions:
label:
add:
- component/nfs
- name: title contains RBD - name: title contains RBD
conditions: conditions:
- "title~=rbd: " - "title~=rbd: "