Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
fix release (#429)
Browse files Browse the repository at this point in the history
fix release

Signed-off-by: Sheldon <[email protected]>
  • Loading branch information
locustbaby authored Mar 1, 2023
1 parent fa757e9 commit 65cc371
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ pull_request_rules:
- or:
- check-success=lint-test
- check-success=Broken Links
- files=.github/mergify.yml
- files=.github/workflow/release.yml
- files=.github/workflow/checks.yml
actions:
label:
add:
- ci-passed

- name: remove ci-passed when CI 'lint-test' not success
conditions:
- check-success!=lint-test
- check-failure=lint-test
- or:
- files~=^charts/(.*\.yaml|.*\.helmignore|.*\.tgz|.*\.tpl)
- files=.github/workflows/lint-test.yml
Expand All @@ -23,7 +26,7 @@ pull_request_rules:

- name: remove ci-passed when CI 'Broken Links' not success
conditions:
- check-success!=Broken Links
- check-failure=Broken Links
- files~=.*\.md$
actions:
label:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Release Charts
# This workflow is triggered on pushes or pull request to the repository.
on:
push:
tags:
- 'v[1-9]+.[0-9]+.[0-9]+'
branches:
- master

jobs:
release:
Expand Down

0 comments on commit 65cc371

Please sign in to comment.