Skip to content

Commit

Permalink
Add mergify config for release 2021.03
Browse files Browse the repository at this point in the history
  • Loading branch information
gitanshu committed Jun 8, 2021
1 parent 1e7ca02 commit 1ae159f
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,35 @@ pull_request_rules:
strict_method: rebase
method: squash
delete_head_branch: {}
- name: Merge queue for release-2021.03
conditions:
- base=release-2021.03
- -conflict
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
- status-success="Travis CI - Pull Request"
- status-success="codecov/patch"
- label=ready-to-merge
actions:
merge:
strict: smart
strict_method: rebase
method: squash
delete_head_branch: { }
- name: Merge queue for release-2021.03 (automatic backports)
conditions:
- base=release-2021.03
- head~=^mergify/bp/release-2021.03/pr.*
- -conflict
- "#changes-requested-reviews-by=0"
- status-success="Travis CI - Pull Request"
- status-success="codecov/patch"
actions:
merge:
strict: smart
strict_method: rebase
method: squash
delete_head_branch: { }
- name: Create backports for v2019.10
conditions:
- base=master
Expand All @@ -159,3 +188,12 @@ pull_request_rules:
backport:
branches:
- release-2020.06
- name: Create backports for v2021.03
conditions:
- base=master
- merged
- label=backport-to-2021.03
actions:
backport:
branches:
- release-2021.03

0 comments on commit 1ae159f

Please sign in to comment.