summaryrefslogtreecommitdiff
path: root/.github/labeler.yml
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-10-26 00:27:17 +0100
committerGitHub <noreply@github.com>2019-10-26 00:27:17 +0100
commitd03303ab74ab631c95b1da7c2fb67d06ff62bac5 (patch)
tree27bea08de9fc61e1db263554c0775d4d57fcb5d2 /.github/labeler.yml
parentad5ead24c38a5ffe06017bd3f83b67ac65f75714 (diff)
Revert "Initial actions/labeler config (#7091)" (#7156)
This reverts commit 32fdf4805ae8d76649fa821275cc2333c5e8bba9.
Diffstat (limited to '.github/labeler.yml')
-rw-r--r--.github/labeler.yml18
1 files changed, 0 insertions, 18 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/**/*