Skip to content

chore(deps): bump gitpython from 3.1.51 to 3.1.54 #21184

chore(deps): bump gitpython from 3.1.51 to 3.1.54

chore(deps): bump gitpython from 3.1.51 to 3.1.54 #21184

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