From ce061020c0e80cff61bd5f63762c312dd3018f04 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 25 Jun 2025 15:38:50 +0400 Subject: [PATCH] Fix string used to find previous comment (#4677) (cherry picked from commit d506a99521e97ac23eb33f1dde00126c23ae22b7) --- .github/workflows/validate-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index 43f8208c91..c5b02753d7 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -75,7 +75,7 @@ jobs: with: issue-number: ${{ github.event.pull_request.number }} comment-author: 'github-actions[bot]' - body-includes: 'Following you can find the validation results' + body-includes: 'Following you can find the validation changes' - name: Create or update comment if: steps.validation.outputs.has_results == 'true'