Skip to content

Commit

Permalink
Merge branch 'bp/0.44.0/pr-3849' (#3865)
Browse files Browse the repository at this point in the history
* bp/0.44.0/pr-3849:
  mergify: add backport strategy
  • Loading branch information
tzemanovic committed Oct 1, 2024
2 parents e1983f2 + 0eecd3b commit 960e521
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ queue_rules:


pull_request_rules:
- name: main-automatic-merge
- name: automatic merge to main
conditions:
- label = "merge"
- label != "do-not-merge"
Expand All @@ -30,4 +30,12 @@ pull_request_rules:
reason: {{queue_dequeue_reason}}.
Sorry about that, but you can requeue the PR by using `@mergifyio requeue`
if you think this was a mistake.
if you think this was a mistake.
- name: backport PR to 0.44.0 lane
conditions:
- label = backport-44
actions:
backport:
branches:
- "0.44.0"

0 comments on commit 960e521

Please sign in to comment.