From 849fd9b42bccdbad75e1d17d6890c4d39ac60032 Mon Sep 17 00:00:00 2001 From: Christian Grail Date: Thu, 15 Aug 2024 09:56:51 +0200 Subject: [PATCH] Comment on PR too --- .github/workflows/check_links.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() }}