Skip to content

ci(deps): bump actions/labeler from 4 to 6 #91

ci(deps): bump actions/labeler from 4 to 6

ci(deps): bump actions/labeler from 4 to 6 #91

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true