diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index 3e5e27460c..69459cd2d9 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -73,7 +73,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'