diff --git a/.github/workflows/auto-update-pr b/.github/workflows/auto-update-pr new file mode 100644 index 00000000000..ea9a6acdf5e --- /dev/null +++ b/.github/workflows/auto-update-pr @@ -0,0 +1,13 @@ +name: "Keep PRs Updated from Main" +on: + push: + branches: + - main +jobs: + autoupdate: + name: Auto Update PR + runs-on: ubuntu-22.04 + steps: + - uses: docker://chinthakagodawita/autoupdate-action:v1 + env: + GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'