Skip to content

chore(tooling): update automation to direct commits #728

chore(tooling): update automation to direct commits

chore(tooling): update automation to direct commits #728

Workflow file for this run

name: Label PR
on:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml