chore: bump golang from 6ca9eb0 to e68f6a0
#2497
Workflow file for this run
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: Conventional Commit PR message check | |
| on: | |
| pull_request: | |
| branches: | |
| - "master" | |
| - "v[0-9]+.[0-9]+.x" | |
| types: [opened, edited, synchronize] | |
| jobs: | |
| check-for-cc: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: check-for-cc | |
| id: check-for-cc | |
| uses: agenthunt/[email protected] | |
| with: | |
| pr-body-regex: '.*' |