mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
8456625655
* 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>
13 lines
226 B
YAML
13 lines
226 B
YAML
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 }}
|