Skip to content

chore(deps): bump the actions-all group across 1 directory with 2 updates #49

chore(deps): bump the actions-all group across 1 directory with 2 updates

chore(deps): bump the actions-all group across 1 directory with 2 updates #49

Workflow file for this run

name: PR Labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
sparse-checkout: |
.github
sparse-checkout-cone-mode: false
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
sync-labels: true