From f81d320142d776ea9a403bde53b7b304292e3598 Mon Sep 17 00:00:00 2001 From: Dave Tucker Date: Tue, 5 Mar 2024 11:27:15 +0000 Subject: [PATCH] chore: Fix Mergify configuration Fix paths and regexp for the new crate names and folders. Signed-off-by: Dave Tucker --- .mergify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index f2e48582..88cdc1de 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -52,7 +52,7 @@ pull_request_rules: - name: add labels for aya-bpf PRs conditions: - - files~=^(aya-ebpf-macros|bpf/aya-bpf(-(cty|bindings))?)/ + - files~=^(aya-ebpf-macros|ebpf/aya-ebpf(-(cty|bindings))?)/ actions: label: add: @@ -68,7 +68,7 @@ pull_request_rules: - name: add labels for aya-log-ebpf PRs conditions: - - files~=^(aya-log-common|bpf/aya-log-ebpf)/ + - files~=^(aya-log-common|ebpf/aya-log-ebpf)/ actions: label: add: