Skip to content

Commit

Permalink
mergify (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic authored Feb 8, 2024
1 parent e95dddd commit f841767
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 50 deletions.
40 changes: 40 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
defaults:
actions:
backport:
assignees:
- "{{ author }}"

queue_rules:
- name: default
conditions:
- "#approved-reviews-by>=1"

pull_request_rules:
- name: automerge to the base branch with label automerge and branch protection passing
conditions:
- "#approved-reviews-by>=1"
- base=osmo/v0.47.5
- label=A:automerge
actions:
queue:
name: default
method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
- name: backport patches to v22 branch
conditions:
- base=osmo/v0.47.5
- label=A:backport/v22
actions:
backport:
branches:
- osmo-v22/v0.47.5
- name: backport patches to v23 branch
conditions:
- base=osmo/v0.47.5
- label=A:backport/v23
actions:
backport:
branches:
- osmo-v23/v0.47.5
50 changes: 0 additions & 50 deletions .mergify.yml

This file was deleted.

0 comments on commit f841767

Please sign in to comment.