Skip to content

feat: add --output-filter and --show-output #34

feat: add --output-filter and --show-output

feat: add --output-filter and --show-output #34

Workflow file for this run

name: Validate Semantics
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
validate-commits:
runs-on: ubuntu-latest
steps:
- name: Validate PR Title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
requireScope: false