summaryrefslogtreecommitdiff
path: root/.github/labeler.yml
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2024-01-15 18:48:55 -0500
committervin <git@vineetk.net>2024-01-15 18:48:55 -0500
commit8c8e1ad4d3f6a197cc7a0550940e0c71d84c050e (patch)
tree9490341e61543f88a23ca04af668abb3acfe2574 /.github/labeler.yml
parent105f3f893c6cd636e895c1da2d5efbe525a49b42 (diff)
remove unused dotfiles in root
Diffstat (limited to '.github/labeler.yml')
-rw-r--r--.github/labeler.yml46
1 files changed, 0 insertions, 46 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
deleted file mode 100644
index 95eaa49252..0000000000
--- a/.github/labeler.yml
+++ /dev/null
@@ -1,46 +0,0 @@
-core:
- - quantum/**/*
- - tmk_core/**/*
- - drivers/**/*
- - tests/**/*
- - util/**/*
- - platforms/**/*
- - builddefs/**/*
- - Makefile
- - '*.mk'
-dependencies:
- - any:
- - 'lib/**/*'
- - '!lib/python/**/*'
-keyboard:
- - any:
- - 'keyboards/**/*'
- - '!keyboards/**/keymaps/**/*'
-keymap:
- - users/**/*
- - layouts/**/*
- - keyboards/**/keymaps/**/*
-via:
- - keyboards/**/keymaps/via/*
-cli:
- - requirements.txt
- - lib/python/**/*
-python:
- - '**/*.py'
-documentation:
- - docs/**/*
-translation:
- - docs/fr-fr/**/*
- - docs/es/**/*
- - docs/ja/**/*
- - docs/he-il/**/*
- - docs/pt-br/**/*
- - docs/zh-cn/**/*
- - docs/de/**/*
- - docs/ru-ru/**/*
-CI:
- - .github/**/*
-dd:
- - data/constants/**/*
- - data/mappings/**/*
- - data/schemas/**/*