From 418f34d9556c1cda78a603344abb6e4279d6c0f5 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 6 Nov 2019 12:41:21 -0600 Subject: [PATCH] Revert "github: Add plumbing of using the github workflow labeler" This reverts commit 18cbd0dc81e62264d8731040589a1b5eb6170b58. Revert this as the labeler workflow can't work on fork's right now so its useless to us at this point. Remove this plumbing for now and we will wait and see if GitHub comes up with a solution for this. Signed-off-by: Kumar Gala --- .github/labeler.yml | 0 .github/workflows/label.yml | 19 ------------------- 2 files changed, 19 deletions(-) delete mode 100644 .github/labeler.yml delete mode 100644 .github/workflows/label.yml diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml deleted file mode 100644 index e90b599b9a9..00000000000 --- a/.github/workflows/label.yml +++ /dev/null @@ -1,19 +0,0 @@ -# This workflow will triage pull requests and apply a label based on the -# paths that are modified in the pull request. -# -# To use this workflow, you will need to set up a .github/labeler.yml -# file with configuration. For more information, see: -# https://github.com/actions/labeler/blob/master/README.md - -name: Labeler -on: [pull_request] - -jobs: - label: - - runs-on: ubuntu-latest - - steps: - - uses: actions/labeler@v2 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}"