]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Revert "Initial actions/labeler config (#7091)" (#7156)
authorJoel Challis <git@zvecr.com>
Fri, 25 Oct 2019 23:27:17 +0000 (00:27 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Oct 2019 23:27:17 +0000 (00:27 +0100)
This reverts commit 32fdf4805ae8d76649fa821275cc2333c5e8bba9.

.github/labeler.yml [deleted file]
.github/workflows/labeler.yml [deleted file]

diff --git a/.github/labeler.yml b/.github/labeler.yml
deleted file mode 100644 (file)
index f4b0776..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-core:
-  - quantum/**/*
-  - tmk_core/**/*
-  - drivers/**/*
-  - tests/**/*
-  - util/**/*
-keymap:
-  - users/**/*
-  - layouts/**/*
-  - keyboards/**/keymap/**/*
-cli:
-  - bin/qmk
-  - requirements.txt
-  - lib/python/**/*
-python:
-  - '**/*.py'
-documentation:
-  - docs/**/*
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
deleted file mode 100644 (file)
index dcafb97..0000000
+++ /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 }}"