Skip to content

Neo4j 4.4.43, APOC-4.4.0.37 #1265

Neo4j 4.4.43, APOC-4.4.0.37

Neo4j 4.4.43, APOC-4.4.0.37 #1265

Workflow file for this run

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