Skip to content

chore(deps): bump gitpython from 3.1.52 to 3.1.54 #157

chore(deps): bump gitpython from 3.1.52 to 3.1.54

chore(deps): bump gitpython from 3.1.52 to 3.1.54 #157

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
name: Auto-label PR
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}