Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

added Hurt Note support && clear dir feature #2

added Hurt Note support && clear dir feature

added Hurt Note support && clear dir feature #2

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
sync-labels: true

Check failure on line 4 in .github/workflows/labeler.yml

View workflow run for this annotation

GitHub Actions / Pull Request Labeler

Invalid workflow file

The workflow is not valid. .github/workflows/labeler.yml (Line: 4, Col: 1): Unexpected value 'sync-labels'
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"