Skip to content

chore(deps): bump the gha-minor-patch group across 1 directory with 3 updates #229

chore(deps): bump the gha-minor-patch group across 1 directory with 3 updates

chore(deps): bump the gha-minor-patch group across 1 directory with 3 updates #229

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@1472c28724ef13ea0adc54d0a42c2853d42786b1
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"