Send internal emails to ACM email (#244) #137
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: autoupdate | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| autoupdate: | |
| permissions: | |
| contents: write | |
| name: autoupdate | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: docker://chinthakagodawita/autoupdate-action:v1 | |
| env: | |
| GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
| PR_FILTER: "protected" | |
| MERGE_MSG: "Auto-update feature branch with changes from the main branch" | |
| MERGE_CONFLICT_ACTION: "ignore" | |
| EXCLUDED_LABELS: "dependencies" |