From e8e764c3b78d263fee2aa47a2925f9e7b772cda5 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sat, 14 Aug 2021 16:35:11 +0300 Subject: [PATCH] Remove PR auto-label action It was stuck running for 20+ minutes --- .github/workflows/pr-auto-label.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/pr-auto-label.yml diff --git a/.github/workflows/pr-auto-label.yml b/.github/workflows/pr-auto-label.yml deleted file mode 100644 index d45e0075..00000000 --- a/.github/workflows/pr-auto-label.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Automatic PR labels - -on: - push: {} - - pull_request_target: - types: [opened, synchronize, reopened] - - workflow_dispatch: {} - -jobs: - needs-rebase: - runs-on: ubuntu-latest - steps: - - name: Check if PR needs rebase - uses: eps1lon/actions-label-merge-conflict@9023974d0f6f2c9664f51f519363e03d70857188 - with: - repoToken: "${{ secrets.GITHUB_TOKEN }}" - dirtyLabel: "needs-rebase"