diff --git a/.github/workflows/auto-update-pr.yaml b/.github/workflows/auto-update-pr.yaml new file mode 100644 index 00000000000..9fa028615fa --- /dev/null +++ b/.github/workflows/auto-update-pr.yaml @@ -0,0 +1,14 @@ +name: auto-update-pr +on: + push: {} +jobs: + autoupdate: + name: Auto update PR + runs-on: ubuntu-latest + steps: + - uses: docker://chinthakagodawita/autoupdate-action:v1 + env: + GITHUB_TOKEN: "${{ secrets.TOKEN_GITHUB_ACTION }}" + PR_FILTER: "ready_for_review" + EXCLUDED_LABELS: "Skip Auto Update PRs" + MERGE_MSG: "Branch was auto-updated."