Skip to content

build(deps): bump filelock from 3.16.1 to 3.20.3 #314

build(deps): bump filelock from 3.16.1 to 3.20.3

build(deps): bump filelock from 3.16.1 to 3.20.3 #314

Workflow file for this run

name: Label PR
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v5
- uses: actions/labeler@v5
if: ${{ github.event.action != 'labeled' && github.event.action != 'unlabeled' && !contains(github.event.pull_request.labels.*.name, 'automerge') }}
with:
configuration-path: '.github/labeler.yml'