Procházet zdrojové kódy

Revert "Initial actions/labeler config (#7091)" (#7156)

This reverts commit 32fdf4805ae8d76649fa821275cc2333c5e8bba9.
Joel Challis před 5 roky
rodič
revize
d03303ab74
2 změnil soubory, kde provedl 0 přidání a 29 odebrání
  1. 0 18
      .github/labeler.yml
  2. 0 11
      .github/workflows/labeler.yml

+ 0 - 18
.github/labeler.yml

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

+ 0 - 11
.github/workflows/labeler.yml

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