Files
Lachlan Collins 3cc59be4c6 ci: add labeler script from router (#9503)
* ci: add labeler script from router

* Move to root

* Format
2025-07-26 21:46:39 +10:00

18 lines
303 B
YAML

name: Labeler
on:
- pull_request_target
permissions:
contents: read
pull-requests: write
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: labeler-config.yml