Skip to content

fix: Follow labeler v5 docs #3

fix: Follow labeler v5 docs

fix: Follow labeler v5 docs #3

Workflow file for this run

name: Labeler
on: [pull_request]
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"