Skip to content

APOC to jdk 21

APOC to jdk 21 #10

name: traceability
on:
pull_request:
branches:
- dev
types:
- opened
- edited
- reopened
- synchronize
jobs:
validate-pr:
runs-on: ubuntu-latest
steps:
- uses: neo4j/github-action-traceability@v2
with:
global_verification_strategy: comments
trello_api_key: ${{ secrets.TRELLO_API_KEY }}
trello_api_token: ${{ secrets.TRELLO_API_TOKEN }}
github_api_token: ${{ secrets.GITHUB_TOKEN }}