Skip to content

chore(deps): bump ruff from 0.15.21 to 0.15.22 #21185

chore(deps): bump ruff from 0.15.21 to 0.15.22

chore(deps): bump ruff from 0.15.21 to 0.15.22 #21185

Workflow file for this run

name: PR Labeler
# run on pull_request_target because we need write access to the GItHub API
# don't run any code from PR here!
on:
pull_request_target:
types:
[opened, synchronize, reopened]
jobs:
labeler:
permissions:
contents: read
pull-requests: write
name: "Autolabeler"
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true