Migrate all common over to core to remove dependencies between core and extended #26
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: | |
- dev | |
types: | |
- opened | |
- edited | |
- reopened | |
- synchronize | |
jobs: | |
traceability: | |
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 }} |