This reverts commit 32fdf4805a
.
This commit is contained in:
parent
ad5ead24c3
commit
d03303ab74
2 changed files with 0 additions and 29 deletions
18
.github/labeler.yml
vendored
18
.github/labeler.yml
vendored
|
@ -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/**/*
|
11
.github/workflows/labeler.yml
vendored
11
.github/workflows/labeler.yml
vendored
|
@ -1,11 +0,0 @@
|
|||
name: "Pull Request Labeler"
|
||||
on:
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v2
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
Loading…
Reference in a new issue