chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.4.0 to 2.5.0 in /hack/tools #2465
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |