~ruther/qmk_firmware

84566256552d23fee04c65dd0345fbfbc4df0741 — Joel Challis 4 years ago 6ad813e
Initial auto PR labeler config (#9814)

* Initial auto PR labeler config

* Update .github/labeler.yml

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>

* Update since develop merged

Co-authored-by: Nick Brassel <nick@tzarc.org>

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
2 files changed, 32 insertions(+), 0 deletions(-)

A .github/labeler.yml
A .github/workflows/labeler.yml
A .github/labeler.yml => .github/labeler.yml +19 -0
@@ 0,0 1,19 @@
core:
  - quantum/**/*
  - tmk_core/**/*
  - drivers/**/*
  - tests/**/*
  - util/**/*
  - platforms/**/*
keymap:
  - users/**/*
  - layouts/**/*
  - keyboards/**/keymaps/**/*
cli:
  - bin/qmk
  - requirements.txt
  - lib/python/**/*
python:
  - '**/*.py'
documentation:
  - docs/**/*

A .github/workflows/labeler.yml => .github/workflows/labeler.yml +13 -0
@@ 0,0 1,13 @@
name: "Pull Request Labeler"

on:
  schedule:
  - cron: "*/10 * * * *"

jobs:
  triage:
    runs-on: ubuntu-latest
    steps:
    - uses: fjeremic/cron-labeler@0.2.0
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}