Skip to content

ci: Fix the method of specifying the Node.js version #182

ci: Fix the method of specifying the Node.js version

ci: Fix the method of specifying the Node.js version #182

name: Check Pull Request Title
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
permissions:
pull-requests: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Based on the Angular convention
# cf. https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true