-
Notifications
You must be signed in to change notification settings - Fork 3
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: fc18c382): ansible-lint 5+ fi…
…xes (#13)
- Loading branch information
1 parent
0676886
commit 48bf1c5
Showing
4 changed files
with
54 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
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