Skip to content

deps(actions)(deps): bump the third-party-actions group across 1 directory with 2 updates #13

deps(actions)(deps): bump the third-party-actions group across 1 directory with 2 updates

deps(actions)(deps): bump the third-party-actions group across 1 directory with 2 updates #13

Workflow file for this run

name: Label Pull Requests
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
labeler:
name: Apply path-based labels
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml
sync-labels: true