Skip to content

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

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

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

Workflow file for this run

name: Labeler
on: push
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
issues: write
contents: read
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5.1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}