Skip to content

ci: other workflows can run after this #54

ci: other workflows can run after this

ci: other workflows can run after this #54

Workflow file for this run

name: PR Triage
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
jobs:
Labeler:
name: Label PR
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Label Pull Request
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true