Skip to content

Commit

Permalink
ci(Mergify): configuration update
Browse files Browse the repository at this point in the history
Modify Mergify to take into accound the backport-squid tag for
automated backports

Signed-off-by: Teoman ONAY <[email protected]>
  • Loading branch information
asm0deuz committed Sep 19, 2024
1 parent 8e11755 commit e8562f4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
pull_request_rules:
# Backports
- name: backport squid
conditions:
- label=backport-squid
actions:
backport:
branches:
- squid
- actions:
backport:
branches:
Expand All @@ -26,4 +32,3 @@ commands_restrictions:
conditions:
- base=devel
- number<0

0 comments on commit e8562f4

Please sign in to comment.