-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): disable mergify configuration after breaking changes (#1188)
- Loading branch information
1 parent
a6db70c
commit f720559
Showing
1 changed file
with
29 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |