2 files changed, 0 insertions(+), 29 deletions(-)
D .github/labeler.yml
D .github/workflows/labeler.yml
D .github/labeler.yml => .github/labeler.yml +0 -18
@@ 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/**/*
D .github/workflows/labeler.yml => .github/workflows/labeler.yml +0 -11
@@ 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 }}"