qmk_firmware/.github/workflows/labeler.yml
Daniel Schaefer 98ebc096ad Disable gh actions workflows that won't work on our fork
And don't make sense.

Signed-off-by: Daniel Schaefer <dhs@frame.work>
2022-12-16 11:35:04 +08:00

15 lines
329 B
YAML

name: "Pull Request Labeler"
#on:
# pull_request_target:
# types: [opened, synchronize, reopened, ready_for_review, locked]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: '.github/labeler.yml'