Skip to content

Bump pre-commit from 3.4.0 to 4.2.0 #934

Bump pre-commit from 3.4.0 to 4.2.0

Bump pre-commit from 3.4.0 to 4.2.0 #934

Workflow file for this run

name: "Label PRs"
on:
- pull_request_target
jobs:
label-pull-requests:
runs-on: ubuntu-24.04
permissions:
contents: read
pull-requests: write
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Apply labels based on changed files
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yml"
dot: true