Skip to content

feat: onboarding flow changes #5007

feat: onboarding flow changes

feat: onboarding flow changes #5007

Workflow file for this run

name: PR Watcher
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
pr-title:
name: Lint PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
build
chore
ci
docs
feat
fix
perf
refactor
style
test
requireScope: false
validateSingleCommit: false