Skip to content

fix wrong default value for value_factor in README.md #114

fix wrong default value for value_factor in README.md

fix wrong default value for value_factor in README.md #114

name: "Semantic PR"
description: Ensure your PR title matches the Conventional Commits spec (https://www.conventionalcommits.org/).

Check failure on line 2 in .github/workflows/semantic-pull-request.yml

View workflow run for this annotation

GitHub Actions / Semantic PR

Invalid workflow file

The workflow is not valid. .github/workflows/semantic-pull-request.yml (Line: 2, Col: 1): Unexpected value 'description'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}