Skip to content

Commit

Permalink
Update .mergify.yml (#1407)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Oct 24, 2024
1 parent 0f1c582 commit d7eefc8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ pull_request_rules:
git merge <remote-repo>/{{base}}
git push <remote-repo> {{head}}
```
- name: backport patches to main branch
conditions:
- merged
- label=backport-main
actions:
backport:
assignees:
- "{{ author }}"
labels:
- "backport"
branches:
- "main"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 8.x branch
conditions:
- merged
Expand Down

0 comments on commit d7eefc8

Please sign in to comment.