Skip to content

chore(deps): update github artifact actions (major) #644

chore(deps): update github artifact actions (major)

chore(deps): update github artifact actions (major) #644

---
#
# 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