Skip to content

[pre-commit.ci] pre-commit autoupdate #10

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #10

Workflow file for this run

name: Labeler
on: push
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
issues: write
content: read

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

View workflow run for this annotation

GitHub Actions / Labeler

Invalid workflow file

The workflow is not valid. .github/workflows/labeler.yml (Line: 10, Col: 7): Unexpected value 'content'
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run Labeler
uses: crazy-max/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}