-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolve the conflict of mergify's bot Signed-off-by: Sheldon <[email protected]>
- Loading branch information
1 parent
097a219
commit 7648083
Showing
3 changed files
with
8 additions
and
49 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,34 +1,9 @@ | ||
pull_request_rules: | ||
- name: add ci-passed when CI 'Broken Links' passed | ||
- name: add ci-passed when CI passed | ||
conditions: | ||
- or: | ||
- check-success=lint-test | ||
- check-success=Broken Links | ||
- files=.github/mergify.yml | ||
- files=.github/workflow/release.yml | ||
- files=.github/workflow/checks.yml | ||
- check-success=lint-test | ||
- check-success=Broken Links | ||
actions: | ||
label: | ||
add: | ||
- ci-passed | ||
|
||
- name: remove ci-passed when CI 'lint-test' not success | ||
conditions: | ||
- check-failure=lint-test | ||
- or: | ||
- files~=^charts/(.*\.yaml|.*\.helmignore|.*\.tgz|.*\.tpl) | ||
- files=.github/workflows/lint-test.yml | ||
- files=ct.yaml | ||
actions: | ||
label: | ||
remove: | ||
- ci-passed | ||
|
||
- name: remove ci-passed when CI 'Broken Links' not success | ||
conditions: | ||
- check-failure=Broken Links | ||
- files~=.*\.md$ | ||
actions: | ||
label: | ||
remove: | ||
toggle: | ||
- ci-passed |
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