From 361dab0a2917b6b595382ca3708272c7e992559c Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Fri, 9 Jan 2026 11:59:23 -0500 Subject: [PATCH] autoupdate file --- .github/workflows/autoupdate.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/autoupdate.yml diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml new file mode 100644 index 000000000..49f731598 --- /dev/null +++ b/.github/workflows/autoupdate.yml @@ -0,0 +1,21 @@ +name: Update PR branches + +on: + push: + branches: + - main + +jobs: + autoupdate: + name: autoupdate + runs-on: ubuntu-22.04 + steps: + - uses: docker://chinthakagodawita/autoupdate-action:v1 + env: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + PR_FILTER: "all" + PR_READY_STATE: "ready_for_review" + MERGE_MSG: "Auto-updated branch with latest changes from main" + RETRY_COUNT: "2" + RETRY_SLEEP: "60000" + MERGE_CONFLICT_ACTION: "fail"