Auto Commit with Custom Branch #209
This file contains hidden or 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 |