summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.github/labeler.yml18
-rw-r--r--.github/workflows/labeler.yml11
2 files changed, 0 insertions, 29 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
deleted file mode 100644
index f4b07765c5..0000000000
--- a/.github/labeler.yml
+++ /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
index dcafb97dc9..0000000000
--- a/.github/workflows/labeler.yml
+++ /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 }}"