From 27e0b57825c35d23cb8b350aedb5109ebbe3d856 Mon Sep 17 00:00:00 2001 From: Moriarty <22225248+apmoriarty@users.noreply.github.com> Date: Mon, 3 Jul 2023 07:46:40 -0400 Subject: [PATCH] remove autoupdate workflow (#2017) --- .github/workflows/autoupdate.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/autoupdate.yml diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml deleted file mode 100644 index 33ae52283e1..00000000000 --- a/.github/workflows/autoupdate.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: autoupdate -on: - push: {} -jobs: - autoupdate: - name: autoupdate - runs-on: ubuntu-latest - steps: - - uses: docker://chinthakagodawita/autoupdate-action:v1 - continue-on-error: true - env: - GITHUB_TOKEN: "${{ secrets.DATAWAVE_BOT_BUILDER_TOKEN }}" - DRY_RUN: "false" - PR_FILTER: "protected" - EXCLUDED_LABELS: "dependencies,no_update" - PR_READY_STATE: "ready_for_review" - MERGE_MSG: "Branch was auto-updated on change of target." - RETRY_COUNT: "5" - RETRY_SLEEP: "300" - MERGE_CONFLICT_ACTION: "ignore" - # See https://github.com/chinthakagodawita/autoupdate for option descriptions -