diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 12a00e83d38..cff592d858e 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -71,10 +71,10 @@ jobs: - name: Post Summary Comment if: ${{ steps.changed-files.outputs.any_changed == 'true' }} run: | - COMMENT="Vale linting found issues. Please check the 'Files change' tab for detailed results." + COMMENT="❗️Oh no, some Vale linting found issues! Please check the 'Files change' tab for detailed results and make the necessary updates ✨." COMMENT+=$'\n' COMMENT+=$'\n\n' - COMMENT+="Link to detailed report: [Files changed](${{ github.event.pull_request.html_url }}/files)" + COMMENT+="➡️ Link to detailed report: [Files changed](${{ github.event.pull_request.html_url }}/files)" gh pr comment ${{ github.event.pull_request.number }} --body "$COMMENT" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}