From 2600bd8e902e8c421ffb34934ab2385b199f3b28 Mon Sep 17 00:00:00 2001 From: sheldonhull Date: Mon, 12 Aug 2024 20:21:01 -0500 Subject: [PATCH] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8d6cbc54..fab113cc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -90,7 +90,7 @@ jobs: comment="❌ A changie entry is required in .changes/unreleased" else echo "Changie entry found" - comment="✅ showing changie entry was found" + comment="✅ changie entry was found" fi if [[ -n "$comment" ]]; then gh pr comment ${{ github.event.pull_request.number }} --body "$comment" --edit-last || gh pr comment ${{ github.event.pull_request.number }} --body "$comment" --edit-last || gh pr comment ${{ github.event.pull_request.number }} --body "$comment" --edit-last || gh pr comment ${{ github.event.pull_request.number }} --body "$comment"