Skip to content

Bump to 2024.12.0

Bump to 2024.12.0 #7

name: traceability
on:
pull_request:
branches:
- dev
types:
- labeled
- unlabeled
- 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 }}