Skip to content

Commit

Permalink
chore: update bots configs (mergify) (#3192)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek authored Jul 5, 2024
1 parent 08dcb4c commit d1279f1
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ pull_request_rules:
{{ title }} (#{{ number }})
{{ body }}
- name: Backport patches to the release/v17.2.x branch
- name: Backport patches to the release/v17.3.x branch
conditions:
- base=main
- label=A:backport/v17.2.x
- label=A:backport/v17.3.x
actions:
backport:
branches:
- release/v17.2.x
- release/v17.3.x

- name: Backport patches to the release/v18.x branch
conditions:
Expand All @@ -41,3 +41,12 @@ pull_request_rules:
backport:
branches:
- release/v18.x

- name: Backport patches to the release/v18.1.x branch
conditions:
- base=main
- label=A:backport/v18.1.x
actions:
backport:
branches:
- release/v18.1.x

0 comments on commit d1279f1

Please sign in to comment.