Skip to content

fix(ci): add _templates_suffix and restructure workflows #62

fix(ci): add _templates_suffix and restructure workflows

fix(ci): add _templates_suffix and restructure workflows #62

Workflow file for this run

name: PR Title
on:
pull_request_target:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
env:
GITHUB_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}

Check failure on line 16 in .github/workflows/pr-title.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-title.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
requireScope: false
subjectPattern: ^.+$
subjectPatternError: "PR title must not be empty after the type prefix."