Skip to content

Merge pull request #212 from halomod/docs-for-extrapolate-eh #8

Merge pull request #212 from halomod/docs-for-extrapolate-eh

Merge pull request #212 from halomod/docs-for-extrapolate-eh #8

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