Skip to content

Update .pre-commit-config.yaml #19

Update .pre-commit-config.yaml

Update .pre-commit-config.yaml #19

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/labeler.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"