mirror of
https://github.com/TanStack/query.git
synced 2026-03-30 03:48:02 +00:00
20 lines
342 B
YAML
20 lines
342 B
YAML
name: Labeler
|
|
|
|
on:
|
|
pull_request_target:
|
|
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
labeler:
|
|
name: Labeler
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Labeler
|
|
uses: actions/labeler@v6.0.1
|
|
with:
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
configuration-path: labeler-config.yml
|