Browse Source

Add additional auto labeler rules (#10704)

* Auto label all the things

* Makefiles are core changes

* Add label to submodule changes
pull/10742/head 0.10.44
Joel Challis 3 years ago
committed by GitHub
parent
commit
bf92957ff2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions
  1. +11
    -1
      .github/labeler.yml

+ 11
- 1
.github/labeler.yml View File

@ -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


Loading…
Cancel
Save