Skip to content

Fix missing parameter in hook watch #325

Fix missing parameter in hook watch

Fix missing parameter in hook watch #325

Workflow file for this run

name: "PR Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
sync-labels: true
repo-token: "${{ secrets.GITHUB_TOKEN }}"