From 695eb1091c9e4851d5c32fa52a8436cdbdbb34f5 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sat, 5 Oct 2019 12:32:04 -0300 Subject: [PATCH] ci: remove label workflow Signed-off-by: Carlos Alexandro Becker --- .github/workflows/label.yml | 12 ------------ 1 file changed, 12 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 c01c356..0000000 --- a/.github/workflows/label.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Labeler -on: [pull_request] - -jobs: - label: - - runs-on: ubuntu-latest - - steps: - - uses: actions/labeler@v2 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}"