Merge pull request #138 from SSmallMonster/add-relok8s-csi-nfs #187
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 "[email protected]" | |
# git add . && git commit -am "Update README.md with readme-generator-for-helm" --signoff && git push | |
# fi |