This repository was archived by the owner on Aug 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,14 +4,17 @@ pull_request_rules:
44 - or :
55 - check-success=lint-test
66 - check-success=Broken Links
7+ - files=.github/mergify.yml
8+ - files=.github/workflow/release.yml
9+ - files=.github/workflow/checks.yml
710 actions :
811 label :
912 add :
1013 - ci-passed
1114
1215 - name : remove ci-passed when CI 'lint-test' not success
1316 conditions :
14- - check-success! =lint-test
17+ - check-failure =lint-test
1518 - or :
1619 - files~=^charts/(.*\.yaml|.*\.helmignore|.*\.tgz|.*\.tpl)
1720 - files=.github/workflows/lint-test.yml
@@ -23,7 +26,7 @@ pull_request_rules:
2326
2427 - name : remove ci-passed when CI 'Broken Links' not success
2528 conditions :
26- - check-success! =Broken Links
29+ - check-failure =Broken Links
2730 - files~=.*\.md$
2831 actions :
2932 label :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Release Charts
33# This workflow is triggered on pushes or pull request to the repository.
44on :
55 push :
6- tags :
7- - ' v[1-9]+.[0-9]+.[0-9]+ '
6+ branches :
7+ - master
88
99jobs :
1010 release :
You can’t perform that action at this time.
0 commit comments