From e6ce16d2267af2434a8f58ca29b47bd20e270cdd Mon Sep 17 00:00:00 2001 From: udai1931 Date: Wed, 20 Mar 2024 16:25:59 +0530 Subject: [PATCH] Removed auto update PRs workflow --- .../auto_update_prs_with_latest_main.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/auto_update_prs_with_latest_main.yml 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 }}