Skip to content

ci: configure release-please and semantic pull requests #1

ci: configure release-please and semantic pull requests

ci: configure release-please and semantic pull requests #1

name: "Semantic Pull Request"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which types are allowed.
# Default: https://github.com/commitizen/conventional-commit-types
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
# Configure that a scope must always be provided.
requireScope: false