Skip to content

chore(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0 #366

chore(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0

chore(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0 #366

name: Conventional PR Title
on:
pull_request:
branches:
- main
- "v*"
types:
- opened
- edited
- synchronize
- reopened
permissions:
contents: read
pull-requests: read
jobs:
semantic-pr-title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit
- name: Enforce Conventional Commits PR title
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
requireScope: false