Skip to content

chore: bump github.com/go-git/go-git/v5 from 5.4.2 to 5.10.0 #132

chore: bump github.com/go-git/go-git/v5 from 5.4.2 to 5.10.0

chore: bump github.com/go-git/go-git/v5 from 5.4.2 to 5.10.0 #132

Workflow file for this run

name: Lint PR title
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
lint-pr-title:
name: Lint PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
chore
feat
fix