Skip to content

refactor(create-new-vault): Replace deprecated TextField with FormTextField #72571

refactor(create-new-vault): Replace deprecated TextField with FormTextField

refactor(create-new-vault): Replace deprecated TextField with FormTextField #72571

name: Validate Conventional Commit Title
on:
pull_request:
branches:
- main
types: [opened, edited, reopened, synchronize]
jobs:
pr-title-linter:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
# this is a hash for amannn/[email protected]
- uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f
with:
types: |
build
chore
ci
docs
feat
fix
perf
refactor
revert
style
test
bump
release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}