-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(mergify): upgrade configuration to current format (#3752)
Co-authored-by: Mergify <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fc09211
commit 361957c
Showing
1 changed file
with
42 additions
and
38 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,41 +1,45 @@ | ||
queue_rules: | ||
- name: default | ||
conditions: | ||
- status-success="Validate" | ||
- status-success=license/cla | ||
- status-success=lint_test_build | ||
- name: Automatic boxmoji merge | ||
queue_conditions: | ||
- author=boxmoji | ||
- base=master | ||
- files~=^i18n/ | ||
- status-success="Validate" | ||
- status-success=lint_test_build | ||
- title~=^(fix)\(i18n\)?:\supdate translations$ | ||
merge_conditions: | ||
- status-success="Validate" | ||
- status-success=lint_test_build | ||
merge_method: squash | ||
- name: Automatic strict merge | ||
queue_conditions: | ||
- base=master | ||
- "#approved-reviews-by>=2" | ||
- "#changes-requested-reviews-by=0" | ||
- "#review-requested=0" | ||
- status-success="Validate" | ||
- status-success=license/cla | ||
- status-success=lint_test_build | ||
- label=ready-to-merge | ||
- label!=do-not-merge | ||
- title~=^(build|ci|chore|docs|feat|fix|perf|refactor|revert|style|test)(\([^)]+\))?:\s.+$ | ||
merge_conditions: | ||
- status-success="Validate" | ||
- status-success=license/cla | ||
- status-success=lint_test_build | ||
merge_method: squash | ||
- name: default | ||
queue_conditions: | ||
- status-success="Validate" | ||
- status-success=license/cla | ||
- status-success=lint_test_build | ||
merge_conditions: | ||
- status-success="Validate" | ||
- status-success=license/cla | ||
- status-success=lint_test_build | ||
|
||
pull_request_rules: | ||
- name: Automatic boxmoji merge | ||
conditions: | ||
- author=boxmoji | ||
- base=master | ||
- files~=^i18n/ | ||
- status-success="Validate" | ||
- status-success=license/cla | ||
- status-success=lint_test_build | ||
- title~=^(fix)\(i18n\)?:\supdate translations$ | ||
actions: | ||
queue: | ||
method: squash | ||
name: default | ||
- name: Automatic strict merge | ||
conditions: | ||
- base=master | ||
- "#approved-reviews-by>=2" | ||
- "#changes-requested-reviews-by=0" | ||
- "#review-requested=0" | ||
- status-success="Validate" | ||
- status-success=license/cla | ||
- status-success=lint_test_build | ||
- label=ready-to-merge | ||
- label!=do-not-merge | ||
- title~=^(build|ci|chore|docs|feat|fix|perf|refactor|revert|style|test)(\([^)]+\))?:\s.+$ | ||
actions: | ||
queue: | ||
method: squash | ||
name: default | ||
- name: Automatic head deletion | ||
conditions: [] | ||
actions: | ||
delete_head_branch: {} | ||
- name: Automatic merge | ||
conditions: [] | ||
actions: | ||
queue: |