Skip to content

Commit

Permalink
chore: add mergify config (#3904)
Browse files Browse the repository at this point in the history
* chore: add mergify config

* move mergify config
  • Loading branch information
julienrbrt authored Jan 25, 2024
1 parent 3d7729c commit 997ad17
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
queue_rules:
- name: default
conditions:
- "#approved-reviews-by>1"

pull_request_rules:
- name: automerge to main with label automerge and branch protection passing
conditions:
- "#approved-reviews-by>1"
- base=main
actions:
queue:
name: default
method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
- name: backport patches to v28.x.y branch
conditions:
- base=main
- label=backport/v28.x.y
actions:
backport:
branches:
- release/v28.x.y
File renamed without changes.
3 changes: 3 additions & 0 deletions release_process.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Release Process

<!-- TBD -->

0 comments on commit 997ad17

Please sign in to comment.