Skip to content

chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.4.0 to 2.5.0 in /hack/tools #2465

chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.4.0 to 2.5.0 in /hack/tools

chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.4.0 to 2.5.0 in /hack/tools #2465

Workflow file for this run

name: titlecheck
# Run on PR
on:
# enable for testing new changes
# pull_request:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
jobs:
titlecheck:
name: PR title follows conventional commit
runs-on: ubuntu-latest
steps:
- name: Check conventional title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}