This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 sync with cloudalchemy/skeleton (SHA: e8ab4aa4): Merge pull request #…
…12 from cloudalchemy/superq/update_mergify
- Loading branch information
1 parent
fbd360e
commit c614cb6
Showing
4 changed files
with
53 additions
and
26 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
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,16 +1,35 @@ | ||
--- | ||
queue_rules: | ||
- name: default | ||
conditions: | ||
# These need to stay in sync with auto-maintenance/.github/settings.yml. | ||
- "check-success=/circleci: lint" | ||
- "check-success=/circleci: test-2.9-default" | ||
- "check-success=/circleci: test-2.9-alternative" | ||
- "check-success=/circleci: test-2.10-default" | ||
- "check-success=/circleci: test-2.10-alternative" | ||
- "check-success=/circleci: test-4.10-default" | ||
- "check-success=/circleci: test-4.10-alternative" | ||
- "check-success=/circleci: test-5.1-default" | ||
- "check-success=/circleci: test-5.1-alternative" | ||
|
||
pull_request_rules: | ||
- name: automatic merge and new release from cloudalchemybot | ||
conditions: | ||
- "status-success=Travis CI - Pull Request" | ||
- status-success=WIP | ||
- head~=autoupdate|skeleton | ||
- author=cloudalchemybot | ||
# These need to stay in sync with auto-maintenance/.github/settings.yml. | ||
- "check-success=/circleci: lint" | ||
- "check-success=/circleci: test-2.9-default" | ||
- "check-success=/circleci: test-2.9-alternative" | ||
- "check-success=/circleci: test-2.10-default" | ||
- "check-success=/circleci: test-2.10-alternative" | ||
- "check-success=/circleci: test-4.10-default" | ||
- "check-success=/circleci: test-4.10-alternative" | ||
- "check-success=/circleci: test-5.1-default" | ||
- "check-success=/circleci: test-5.1-alternative" | ||
actions: | ||
merge: | ||
queue: | ||
method: squash | ||
strict: true | ||
- name: delete head branch after merge | ||
conditions: [] | ||
actions: | ||
delete_head_branch: {} | ||
name: default |
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
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