Skip to content

chore: Rename fields in security config #207

chore: Rename fields in security config

chore: Rename fields in security config #207

Workflow file for this run

name: PR Title Check
on:
pull_request:
types: [opened, edited, synchronize, reopened, ready_for_review]
jobs:
check-pr-type:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@47b15d52c5c30e94a17ec87eb8dd51ff5221fed9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
refactor
test
chore
revert
requireScope: false
subjectPattern: ^([A-Z].*[^.]|bump .*)$