Skip to content

chore(deps-dev): bump @types/node from 20.14.10 to 22.4.1 in /action #190

chore(deps-dev): bump @types/node from 20.14.10 to 22.4.1 in /action

chore(deps-dev): bump @types/node from 20.14.10 to 22.4.1 in /action #190

name: Conventional Commits Check
on:
pull_request:
types: [opened, synchronize, reopened, edited]
permissions:
contents: read
pull-requests: write
jobs:
validate-pr-title:
runs-on: ubuntu-22.04
steps:
- name: Enable egress filtering
uses: bullfrogsec/bullfrog@d5dbad144cb435169109225c3cb8ac9d27a3e75a
with:
egress-policy: block
- name: PR Conventional Commit Validation
uses: ytanikin/PRConventionalCommits@8d258b54939f6769fcd935a52b96d6b0383a00c5 # v1.2.0
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
add_label: "true"