summaryrefslogtreecommitdiff
path: root/.github/labeler.yml
blob: 95eaa49252ddffe615cc5d7113f1965355df6162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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/**/*