From d03303ab74ab631c95b1da7c2fb67d06ff62bac5 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sat, 26 Oct 2019 00:27:17 +0100 Subject: Revert "Initial actions/labeler config (#7091)" (#7156) This reverts commit 32fdf4805ae8d76649fa821275cc2333c5e8bba9. --- .github/workflows/labeler.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/workflows/labeler.yml (limited to '.github/workflows/labeler.yml') diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index dcafb97dc9..0000000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: "Pull Request Labeler" -on: -- pull_request - -jobs: - triage: - runs-on: ubuntu-latest - steps: - - uses: actions/labeler@v2 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" -- cgit v1.2.3