diff --git a/.github/workflows/check_links.yaml b/.github/workflows/check_links.yaml index b1aa6637f..2c4f8ace9 100644 --- a/.github/workflows/check_links.yaml +++ b/.github/workflows/check_links.yaml @@ -31,7 +31,10 @@ jobs: fail: true args: --verbose --no-progress './conferences/2024/**/*.json' './conferences/2025/**/*.json' './conferences/2026/**/*.json' --exclude-mail output: ${{ env.issue-content }} - + - name: Comment Broken Links + uses: marocchino/sticky-pull-request-comment@v2 + with: + path: ${{ env.issue-content }} # Permissions (issues: read) - name: 'Look for an existing issue' if: ${{ failure() }}