Skip to content

fix: bump neo4j from 5.7.0 to 5.8.0 #15

fix: bump neo4j from 5.7.0 to 5.8.0

fix: bump neo4j from 5.7.0 to 5.8.0 #15

name: "Semantic PR Check"
on:
pull_request_target:
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 }}