From 07ce8caf7df21e067de87a048d3cf638426bfe33 Mon Sep 17 00:00:00 2001 From: Jinzhu Date: Thu, 30 Jul 2020 17:42:41 +0800 Subject: [PATCH] Remove labeler workflows --- .github/workflows/labeler.yml | 19 ------------------- 1 file changed, 19 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 1490730b..00000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: "Issue Labeler" -on: - issues: - types: [opened, edited, reopened] - pull_request: - types: [opened, edited, reopened, ready_for_review, synchronize] - -jobs: - triage: - runs-on: ubuntu-latest - name: Label issues and pull requests - steps: - - name: check out - uses: actions/checkout@v2 - - - name: labeler - uses: jinzhu/super-labeler-action@develop - with: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"