Skip to content

fix: configuration

fix: configuration #56

Workflow file for this run

name: labeler
on:
pull_request:
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'