From 3d67acefa3a75660c422b3fa9a84e763a29c0cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20Onur=20T=C3=BCz=C3=BCn?= Date: Thu, 9 Jan 2025 17:36:38 +0300 Subject: [PATCH] Auto-update PRs --- .github/workflows/autoupdate.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 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 0000000..d6c96cd --- /dev/null +++ b/.github/workflows/autoupdate.yml @@ -0,0 +1,23 @@ +name: autoupdate + +on: + push: + branches: + - master + +jobs: + autoupdate: + name: autoupdate + runs-on: ubuntu-22.04 + steps: + - uses: docker://chinthakagodawita/autoupdate-action:v1 + env: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + DRY_RUN: "false" + PR_FILTER: "auto_merge" + PR_LABELS: "auto-update,keep up-to-date" + PR_READY_STATE: "ready_for_review" + MERGE_MSG: "Branch was auto-updated." + RETRY_COUNT: "2" + RETRY_SLEEP: "60000" + MERGE_CONFLICT_ACTION: "fail" \ No newline at end of file