Skip to content

Commit

Permalink
add port to unstable rule (#450) (#454)
Browse files Browse the repository at this point in the history
(cherry picked from commit 200abd5)

Co-authored-by: Alex Johnson <[email protected]>
  • Loading branch information
mergify[bot] and Alex Johnson authored Jun 8, 2023
1 parent 9db754d commit b818c3d
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@ queue_rules:
- "#approved-reviews-by>1"

pull_request_rules:
- name: automerge to develop with label automerge and branch protection passing
conditions:
- "#approved-reviews-by>1"
- base=develop
- label=automerge
actions:
queue:
name: default
method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
- name: frontport patches to develop branch
conditions:
- base=main
Expand All @@ -32,3 +20,12 @@ pull_request_rules:
backport:
branches:
- main
- name: port patches to unstable branch
conditions:
- base=develop
- label=port/unstable
actions:
backport:
branches:
- unstable

0 comments on commit b818c3d

Please sign in to comment.