Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: backport PRs #117

Merged
merged 9 commits into from
Nov 25, 2021
19 changes: 16 additions & 3 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
"default": true
"MD001": false
"MD004": false
"MD007":
"indent": 4
"MD013":
"line_length": 120
"no-hard-tabs": false
"MD013": false
"MD024":
"siblings_only": true
"MD025": false
"MD026":
"punctuation": ".;:"
"MD029": false
"MD033": false
"MD034": false
"MD036": false
"MD040": false
"MD041": false
"no-hard-tabs": false
3 changes: 3 additions & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CHANGELOG.md
docs/api/proto-docs.md
docs/node_modules
18 changes: 17 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
queue_rules:
- name: default
conditions:
- "#approved-reviews-by>1"

pull_request_rules:
- name: automerge to base branch with label automerge and branch protection passing
- name: automerge to the base branch with label automerge and branch protection passing
conditions:
- "#approved-reviews-by>1"
- base=main
- label=automerge
actions:
queue:
name: default
merge:
method: squash
strict: true
commit_message: title+body
- name: backport patches to v0.3.x branch
conditions:
- base=main
- label=backport/0.3.x
actions:
backport:
branches:
- release/v0.3.x
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ Ref: https://keepachangelog.com/en/1.0.0/

## Unreleased

## Improvements

* (ci) [\#117](https://github.com/tharsis/evmos/pull/117) Enable automatic backport of PRs.


## [v0.3.0] - 2021-11-24

## API Breaking
Expand Down