From 3b29bc1e710969cace799c2820d065d658c147a4 Mon Sep 17 00:00:00 2001 From: "Aravind V. Nair" <22199259+aravindvnair99@users.noreply.github.com> Date: Fri, 23 Oct 2020 21:39:07 +0530 Subject: [PATCH] Delete label.yml --- .github/workflows/label.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/workflows/label.yml diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml deleted file mode 100644 index f933650..0000000 --- a/.github/workflows/label.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: Labeler -on: [pull_request] - -jobs: - label: - runs-on: ubuntu-latest - steps: - - uses: actions/labeler@main - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}"