Skip to content

chore(deps): update actions/labeler action to v5 #36

chore(deps): update actions/labeler action to v5

chore(deps): update actions/labeler action to v5 #36

Workflow file for this run

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