Skip to content

chore(deps): lock file maintenance #265

chore(deps): lock file maintenance

chore(deps): lock file maintenance #265

Workflow file for this run

name: Label
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
branches:
- master
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Apply PR labels
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
repo-token: "${{ secrets.LABELER_TOKEN }}"
sync-labels: true