Browse Source

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

This reverts commit 32fdf4805a.
pull/7157/head 0.7.49
Joel Challis 4 years ago
committed by GitHub
parent
commit
d03303ab74
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 29 deletions
  1. +0
    -18
      .github/labeler.yml
  2. +0
    -11
      .github/workflows/labeler.yml

+ 0
- 18
.github/labeler.yml View File

@ -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 View File

@ -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…
Cancel
Save