diff --git a/.github/workflows/auto_update_prs_with_latest_main.yml b/.github/workflows/auto_update_prs_with_latest_main.yml deleted file mode 100644 index 3b42018..0000000 --- a/.github/workflows/auto_update_prs_with_latest_main.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: PR-autoupdate-from-main - -on: - push: - branches: - - main - -jobs: - Auto: - name: Auto-update - runs-on: ubuntu-latest - steps: - - uses: bigbinary/pr-auto-update@v2.1.6 - with: - github_token: ${{ secrets.AUTOREBASE_TOKEN }}