Elect version 3d6a76efba59d6f03026d6b7c1c9a1dfce96ee93 (#784) #138
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: Auto update PR's | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
autoupdate: | |
name: autoupdate | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: chinthakagodawita/[email protected] | |
env: | |
GITHUB_TOKEN: "${{ secrets.GIX_CREATE_PR_PAT }}" | |
MERGE_MSG: "Branch was auto-updated." | |
RETRY_COUNT: "5" | |
RETRY_SLEEP: "1000" | |
MERGE_CONFLICT_ACTION: "ignore" |