From 538287097b50aa0977a95e9b2a5a3cf18d53b3f0 Mon Sep 17 00:00:00 2001 From: rahulpinto19 Date: Mon, 16 Feb 2026 11:22:57 +0000 Subject: [PATCH] find comments --- .github/workflows/link_checker_workflow.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/link_checker_workflow.yaml b/.github/workflows/link_checker_workflow.yaml index 6fbacf5a8c0..4c58608d418 100644 --- a/.github/workflows/link_checker_workflow.yaml +++ b/.github/workflows/link_checker_workflow.yaml @@ -79,8 +79,15 @@ jobs: debug: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Find comment + if: env.HAS_CHANGES == 'true' && steps.lychee-check.outcome == 'failure' + uses: peter-evans/find-comment@v3 + id: find-comment + with: + issue-number: ${{ github.event.pull_request.number }} + body-includes: "## Link Resolution Note" - - name: Prepare Report Message + - name: Prepare Report if: env.HAS_CHANGES == 'true' && steps.lychee-check.outcome == 'failure' run: | # Create a new file 'full-report.md'