diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml deleted file mode 100644 index 870065c7833e..000000000000 --- a/.github/workflows/auto-update.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Auto-update - -on: - push: - branches: - - main - -jobs: - Auto: - name: Auto Update PR - runs-on: ubuntu-latest - steps: - - uses: tibdex/auto-update@v2 - with: - github_token: ${{ secrets.GITHUB_TOKEN }}