Skip to content

Merge pull request #229 from halomod/pre-commit-ci-update-config #20

Merge pull request #229 from halomod/pre-commit-ci-update-config

Merge pull request #229 from halomod/pre-commit-ci-update-config #20

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 }}