Skip to content

build(deps): bump actions/stale from 10.0.0 to 10.1.0 #3380

build(deps): bump actions/stale from 10.0.0 to 10.1.0

build(deps): bump actions/stale from 10.0.0 to 10.1.0 #3380

Workflow file for this run

name: PR Labeler
on:
- pull_request_target
permissions:
contents: read # Required to read the labeler.yml file
pull-requests: write # Required to apply labels to PRs
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Apply labels based on file paths
uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"