Skip to content

issue 1494

issue 1494 #2

Workflow file for this run

name: Label pull request
on:
pull_request_target:
types:
- opened
- reopened
jobs:
triage:
permissions:
contents: read
pull-requests: write

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

View workflow run for this annotation

GitHub Actions / Label pull request

Invalid workflow file

The workflow is not valid. .github/workflows/labeler.yml (Line: 13, Col: 9): Unexpected value 'deault'
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"