Skip to content

Commit

Permalink
Add additional auto labeler rules (qmk#10704)
Browse files Browse the repository at this point in the history
* Auto label all the things

* Makefiles are core changes

* Add label to submodule changes
  • Loading branch information
zvecr committed Oct 24, 2020
1 parent 33bd17a commit bf92957
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/labeler.yml
Expand Up @@ -5,12 +5,22 @@ core:
- tests/**/*
- util/**/*
- platforms/**/*
- Makefile
- '*.mk'
dependencies:
- any:
- 'lib/**/*'
- '!lib/python/**/*'
keyboard:
- any: ['keyboards/**/*', '!keyboards/**/keymaps/**/*']
- any:
- 'keyboards/**/*'
- '!keyboards/**/keymaps/**/*'
keymap:
- users/**/*
- layouts/**/*
- keyboards/**/keymaps/**/*
via:
- keyboards/**/keymaps/via/*
cli:
- bin/qmk
- requirements.txt
Expand Down

0 comments on commit bf92957

Please sign in to comment.