Skip to content

chore: add labeler workflow #4

chore: add labeler workflow

chore: add labeler workflow #4

Workflow file for this run

name: Pull Request Labeler
on:
pull_request:
types: [opened, edited]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true