Skip to content

chore(deps): bump step-security/harden-runner from 2.16.0 to 2.16.1 #66

chore(deps): bump step-security/harden-runner from 2.16.0 to 2.16.1

chore(deps): bump step-security/harden-runner from 2.16.0 to 2.16.1 #66

name: 'Tools: Conventional Commit'
on:
pull_request:
branches:
- 'main'
types:
- 'opened'
- 'edited'
- 'synchronize'
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
conventional-commit-check:
name: Check conventional commit
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
pull-requests: read
steps:
- name: Harden Runner
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
with:
egress-policy: block
- name: Check PR title format
uses: agenthunt/conventional-commit-checker-action@f1823f632e95a64547566dcd2c7da920e67117ad # v2.0.1
with:
pr-title-regex: '^(feat|fix|docs|style|refactor|perf|test|chore|build|ci|revert)(\([^)]+\))?!?: .+'