Skip to content

feat(command-line): ✨ add command-line prompt component #163

feat(command-line): ✨ add command-line prompt component

feat(command-line): ✨ add command-line prompt component #163

name: Conventional Commit Validation
on:
push:
branches:
- "feature/**"
- "bugfix/**"
pull_request:
types:
- opened
- reopened
- synchronize
- edited
jobs:
build:
name: Conventional Commit Validation
runs-on: self-hosted
steps:
- name: Skip Duplicate Actions
id: skip_check
uses: fkirc/[email protected]
- if: steps.skip_check.outputs.should_skip != 'true'
uses: actions/checkout@v3
- if: steps.skip_check.outputs.should_skip != 'true'
uses: webiny/[email protected]
with:
allowed-commit-types: "feat,fix,docs,style,refactor,perf,test,build,ci,chore,revert,wip"