update hwameistor-operator to v0.14.9 #188
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: 'Update PR' | |
on: | |
pull_request_target: | |
branches: | |
- main | |
paths: | |
- 'charts/**' | |
jobs: | |
# - name: Push changes | |
# run: | | |
# # Push all the changes | |
# cd charts | |
# if git status -s | grep bitnami; then | |
# git config user.name "Bitnami Containers" | |
# git config user.email "bitnami-bot@vmware.com" | |
# git add . && git commit -am "Update README.md with readme-generator-for-helm" --signoff && git push | |
# fi |