diff options
| -rw-r--r-- | .github/labeler.yml | 18 | ||||
| -rw-r--r-- | .github/workflows/labeler.yml | 11 |
2 files changed, 0 insertions, 29 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index f4b07765c..000000000 --- a/.github/labeler.yml +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | core: | ||
| 2 | - quantum/**/* | ||
| 3 | - tmk_core/**/* | ||
| 4 | - drivers/**/* | ||
| 5 | - tests/**/* | ||
| 6 | - util/**/* | ||
| 7 | keymap: | ||
| 8 | - users/**/* | ||
| 9 | - layouts/**/* | ||
| 10 | - keyboards/**/keymap/**/* | ||
| 11 | cli: | ||
| 12 | - bin/qmk | ||
| 13 | - requirements.txt | ||
| 14 | - lib/python/**/* | ||
| 15 | python: | ||
| 16 | - '**/*.py' | ||
| 17 | documentation: | ||
| 18 | - docs/**/* | ||
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index dcafb97dc..000000000 --- a/.github/workflows/labeler.yml +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | name: "Pull Request Labeler" | ||
| 2 | on: | ||
| 3 | - pull_request | ||
| 4 | |||
| 5 | jobs: | ||
| 6 | triage: | ||
| 7 | runs-on: ubuntu-latest | ||
| 8 | steps: | ||
| 9 | - uses: actions/labeler@v2 | ||
| 10 | with: | ||
| 11 | repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
