chore(deps): update github artifact actions (major) #644
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
| --- | |
| # | |
| # PLEASE NOTE: Managed workflow - do not change manually | |
| # | |
| name: Check commit conventions | |
| on: | |
| pull_request: | |
| branches: | |
| - '*' | |
| jobs: | |
| verify-commits: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | |
| # https://github.com/taskmedia/action-conventional-commits | |
| - uses: taskmedia/action-conventional-commits@851d8b8685588ffa1cf390ade7f126116020d844 # v1.1.23 | |
| with: | |
| types: "feat|fix|refactor|revert|ci|chore|docs|build|perf|test|style" | |
| skip_revert: false |