Skip to content

chore(deps): bump eslint-plugin-jest-dom from 5.1.0 to 5.4.0 #177

chore(deps): bump eslint-plugin-jest-dom from 5.1.0 to 5.4.0

chore(deps): bump eslint-plugin-jest-dom from 5.1.0 to 5.4.0 #177

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