Skip to content

Ci: Add automatic labeling #1

Ci: Add automatic labeling

Ci: Add automatic labeling #1

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