ci: adding update-version dispatch to next-veda-ui in release workflow #807
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Title Check | |
on: | |
pull_request: | |
branches: [main] | |
types: [opened, synchronize, reopened, edited] | |
jobs: | |
conventional-commit-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Conventional Commit Validation | |
uses: ytanikin/[email protected] | |
with: | |
task_types: '["feat","fix", "docs", "test", "ci", "refactor", "chore", "revert"]' | |
add_label: 'false' |