From d5d6093e751d252897d266faf61d5a2923c9df2a Mon Sep 17 00:00:00 2001 From: Taus Brock-Nannestad Date: Mon, 16 Dec 2019 13:53:00 +0100 Subject: [PATCH] Actions: Disable labeler action. I've left the `labeler.yml` configuration file, in case this ever starts working properly with forks. --- .github/workflows/labeler.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/workflows/labeler.yml diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index dcafb97dc98..00000000000 --- 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 }}"