We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50175af commit bcee9b6Copy full SHA for bcee9b6
.github/workflows/check-links-in-documentation.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Check if AxonFramework update by bot
39
if: |
40
github.event_name == 'pull_request' &&
41
- startsWith(github.event.pull_request.title, 'Update dependency AxonFramework') &&
+ startsWith(github.event.pull_request.title, 'Update dependency AxonFramework2') &&
42
github.event.pull_request.user.type == 'Bot'
43
run: |
44
echo "Skipping link check on AxonFramework updates since the updated links tto the reports will only be active "
0 commit comments