Skip to content

fix: semantic release #1

fix: semantic release

fix: semantic release #1

Workflow file for this run

name: "Validate PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
pr-title:
name: "Title"
runs-on: ubuntu-20.04
permissions: write-all
steps:
- name: "Check PR title"
uses: amannn/action-semantic-pull-request@v5
with:
types: |
fix
feat
docs
ci
chore
refactor
revert
requireScope: false
wip: true
validateSingleCommit: false
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Check failure on line 31 in .github/workflows/pr-title.yaml

View workflow run for this annotation

GitHub Actions / Validate PR

Invalid workflow file

The workflow is not valid. .github/workflows/pr-title.yaml (Line: 31, Col: 13): A mapping was not expected