Skip to content

maint: Test "Lint PR" workflow (amannn/action-semantic-pull-request workflow) #7

maint: Test "Lint PR" workflow (amannn/action-semantic-pull-request workflow)

maint: Test "Lint PR" workflow (amannn/action-semantic-pull-request workflow) #7

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Check that the PR title complies with conventional commits
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which types are allowed (newline-delimited).
types: |
# Default: https://github.com/commitizen/conventional-commit-types
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
# Custom types
maint