From 9fe38708745fb11f3f34234aa26645c1a27e83be Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 17 Mar 2022 11:31:00 +0100 Subject: [PATCH] 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 --- .mergify.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 2ef06351d..26576ceae 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -309,6 +309,13 @@ pull_request_rules: label: add: - component/cephfs + - name: title contains NFS + conditions: + - "title~=nfs: " + actions: + label: + add: + - component/nfs - name: title contains RBD conditions: - "title~=rbd: "