Skip to content

chore(deps-dev): bump typescript-eslint from 7.16.0 to 7.16.1 in /action #152

chore(deps-dev): bump typescript-eslint from 7.16.0 to 7.16.1 in /action

chore(deps-dev): bump typescript-eslint from 7.16.0 to 7.16.1 in /action #152

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@931dc0cf68188ce1f6ddece4ab921bbf104fadc7 # v0.6.1
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"