Skip to content

Commit

Permalink
chore: Fix Mergify configuration
Browse files Browse the repository at this point in the history
Fix paths and regexp for the new crate names and folders.

Signed-off-by: Dave Tucker <[email protected]>
  • Loading branch information
dave-tucker committed Mar 5, 2024
1 parent d0c2443 commit f81d320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit f81d320

Please sign in to comment.