Skip to content

chore(deps): bump gitpython from 3.1.45 to 3.1.58 #74

chore(deps): bump gitpython from 3.1.45 to 3.1.58

chore(deps): bump gitpython from 3.1.45 to 3.1.58 #74

Workflow file for this run

# .github/workflows/pr-management.yml
name: PR Management
on:
pull_request:
types: [opened]
jobs:
label-pr:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Label PR based on branch name
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml