Skip to content

Commit

Permalink
chore(ci): disable mergify configuration after breaking changes (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa authored Apr 28, 2022
1 parent a6db70c commit f720559
Showing 1 changed file with 29 additions and 27 deletions.
56 changes: 29 additions & 27 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
queue_rules:
- name: default
conditions:
# Conditions to get out of the queue (= merged)
- check-success=Semantic Pull Request
- "#approved-reviews-by>=1"
- -title~=(WIP|wip)
- -label~="do-not-merge"
- "#changes-requested-reviews-by=0"
## Temporarily disabled after Mergify breaking changes
## might move to custom GitHub Actions altogether
# queue_rules:
# - name: default
# conditions:
# # Conditions to get out of the queue (= merged)
# - check-success=Semantic Pull Request
# - "#approved-reviews-by>=1"
# - -title~=(WIP|wip)
# - -label~="do-not-merge"
# - "#changes-requested-reviews-by=0"

pull_request_rules:
- name: automatic merge for Dependabot pull requests
conditions:
- author~=^dependabot(|-preview)\[bot\]$
actions:
queue:
name: default
method: squash
commit_message: title+body
# pull_request_rules:
# - name: automatic merge for Dependabot pull requests
# conditions:
# - author~=^dependabot(|-preview)\[bot\]$
# actions:
# queue:
# name: default
# method: squash
# commit_message: title+body

- name: Automatic merge ⬇️ on approval ✔
conditions:
- base!=master
- "#approved-reviews-by>=2"
actions:
queue:
name: default
method: squash
commit_message: title+body
# - name: Automatic merge ⬇️ on approval ✔
# conditions:
# - base!=master
# - "#approved-reviews-by>=2"
# actions:
# queue:
# name: default
# method: squash
# commit_message: title+body

0 comments on commit f720559

Please sign in to comment.