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(ci): disable mergify configuration after breaking changes #1188

Merged
merged 1 commit into from
Apr 28, 2022
Merged
Changes from all commits
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
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