Skip to content

chore(deps): bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.1 in the dependencies group #60

chore(deps): bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.1 in the dependencies group

chore(deps): bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.1 in the dependencies group #60

Workflow file for this run

## Reference: https://github.com/amannn/action-semantic-pull-request
---
name: "Lint PR Title"
on:
# pull_request_target event is required for autolabeler to support all PRs including forks
pull_request_target:
types: [opened, reopened, edited, synchronize]
jobs:
lint_pr_title:
permissions:
contents: read
pull-requests: read
statuses: write
uses: jmeridth/reusable-workflows/.github/workflows/pr-title.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}