CI: add PR labeler + label sync

This commit is contained in:
Shadow
2026-01-25 20:37:20 -06:00
parent 136f0d4d1d
commit 6b6284c69c
4 changed files with 317 additions and 0 deletions

17
.github/workflows/labeler.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: Labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yml