forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e95dddd
commit f841767
Showing
2 changed files
with
40 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.