[dev-v2.10] auto bump trigger (#4854)

pull/4855/head
Nicholas openSUSE Software Engineer 2024-12-12 15:41:29 -03:00 committed by GitHub
parent 2759f5f897
commit 500fe5c2e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -42,10 +42,11 @@ jobs:
- name: Git Add, Commit, Push Changes
run: |
git add .
git commit -m "Auto bump chart version for ${env.CHART}"
git commit -m "Auto bump chart version for ${{ env.CHART }}"
git push origin ${{ env.BRANCH }}
- name: Create Pull Request
run: |
gh auth login --with-token < ${{ secrets.GITHUB_TOKEN }}
gh pr create --base ${{ env.BRANCH }} --head ${{ github.sha }} --title "[${env.BRANCH}] auto bump: ${env.CHART}" --body "This PR auto-bumps the chart version for ${env.CHART}"
gh pr create --base ${{ env.BRANCH }} --head ${{ github.sha }} --title "[${{ env.BRANCH }}] auto bump: ${{ env.CHART }}" --body "This PR auto-bumps the chart version for ${{ env.CHART }}"