aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/labeler.yml18
-rw-r--r--.github/workflows/labeler.yml11
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 @@
1core:
2 - quantum/**/*
3 - tmk_core/**/*
4 - drivers/**/*
5 - tests/**/*
6 - util/**/*
7keymap:
8 - users/**/*
9 - layouts/**/*
10 - keyboards/**/keymap/**/*
11cli:
12 - bin/qmk
13 - requirements.txt
14 - lib/python/**/*
15python:
16 - '**/*.py'
17documentation:
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 @@
1name: "Pull Request Labeler"
2on:
3- pull_request
4
5jobs:
6 triage:
7 runs-on: ubuntu-latest
8 steps:
9 - uses: actions/labeler@v2
10 with:
11 repo-token: "${{ secrets.GITHUB_TOKEN }}"