chore: Fix Mergify configuration

Fix paths and regexp for the new crate names and folders.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
pull/528/head
Dave Tucker 7 months ago
parent d0c244356f
commit f81d320142

@ -52,7 +52,7 @@ pull_request_rules:
- name: add labels for aya-bpf PRs - name: add labels for aya-bpf PRs
conditions: conditions:
- files~=^(aya-ebpf-macros|bpf/aya-bpf(-(cty|bindings))?)/ - files~=^(aya-ebpf-macros|ebpf/aya-ebpf(-(cty|bindings))?)/
actions: actions:
label: label:
add: add:
@ -68,7 +68,7 @@ pull_request_rules:
- name: add labels for aya-log-ebpf PRs - name: add labels for aya-log-ebpf PRs
conditions: conditions:
- files~=^(aya-log-common|bpf/aya-log-ebpf)/ - files~=^(aya-log-common|ebpf/aya-log-ebpf)/
actions: actions:
label: label:
add: add:

Loading…
Cancel
Save