[NOID] Fixes #4000: Add self-explanation to the model, include the verbal schema description to the flow (#4144) #1258
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |