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

chore: init CI #5

Merged
merged 12 commits into from
Oct 28, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add mergift
  • Loading branch information
alexanderbez committed Oct 28, 2021
commit 8c89aa34402842d63c0c1761c1df56ad0e82e8f3
19 changes: 19 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
pull_request_rules:
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=1"
- base=main
- label=A:Automerge
actions:
merge:
method: squash
strict: true
commit_message: title+body
- name: Backport patches to release/v0.1.x branch
conditions:
- base=main
- label=S:backport/v0.1.x
actions:
backport:
branches:
- release/v0.1.x