Skip to content

chore(deps)(deps): bump amannn/action-semantic-pull-request from 5 to… #17

chore(deps)(deps): bump amannn/action-semantic-pull-request from 5 to…

chore(deps)(deps): bump amannn/action-semantic-pull-request from 5 to… #17

name: Conventional Commits

Check failure on line 1 in .github/workflows/conventional-commits.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/conventional-commits.yml

Invalid workflow file

(Line: 17, Col: 27): A sequence was not expected
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: false
disallowScopes: []
types: |
feat
fix
docs
style
refactor
perf
test
chore
ci
revert