From a3b68ffae1edb8a5898e48b56f1f466c4d2b43e4 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Sun, 18 Feb 2024 23:24:48 +0100 Subject: [PATCH] chore: get rid of auto pull request workflow --- .github/workflows/auto-pull-request.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/auto-pull-request.yaml diff --git a/.github/workflows/auto-pull-request.yaml b/.github/workflows/auto-pull-request.yaml deleted file mode 100644 index df591e2..0000000 --- a/.github/workflows/auto-pull-request.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: Pull Request on Branch Push - -on: - push: - branches-ignore: - - develop - - release - -jobs: - auto-pull-request: - name: Open pull request - runs-on: ubuntu-latest - steps: - - name: pull-request-action - uses: vsoch/pull-request-action@1.1.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PULL_REQUEST_BRANCH: "develop" - PULL_REQUEST_DRAFT: true - PASS_IF_EXISTS: true