Merge pull request #1168 from wzshiming/alpha/0.7.0 #1
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
name: Releases Charts | |
on: | |
push: | |
branches: | |
- release-* | |
- main | |
paths: | |
- charts/kwok/Chart.yaml | |
- charts/stage-fast/Chart.yaml | |
- charts/metrics-usage/Chart.yaml | |
env: | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
jobs: | |
releases: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Install Helm | |
uses: azure/setup-helm@v4 | |
- name: Upload blob and build index | |
run: ./hack/releases-helm-charts.sh | |
- name: Create Pull Request | |
uses: peter-evans/create-pull-request@v6 | |
with: | |
add-paths: | | |
site/static/charts/index.yaml | |
token: ${{ env.GH_TOKEN }} | |
branch: dependabot/bump-chart-releases | |
commit-message: Release charts | |
delete-branch: true | |
title: 'Release charts' | |
labels: | | |
ok-to-test | |
release-note-none | |
body: | | |
Release charts |