From f75452398a75e7da8fa8d0427ae4126c9f36ae1a Mon Sep 17 00:00:00 2001 From: Benjamin Philip Date: Wed, 8 Jul 2026 15:15:51 +0530 Subject: [PATCH 1/3] chore: Fix PR comment message grammar --- .github/workflows/pr_comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_comment.yml b/.github/workflows/pr_comment.yml index 41403a5..7e9782b 100644 --- a/.github/workflows/pr_comment.yml +++ b/.github/workflows/pr_comment.yml @@ -46,8 +46,8 @@ jobs: { echo "Preview URL: https://${fork_owner}.github.io/${fork_repository}" echo "" - echo "If the preview URL doesn't work, you may forget to configure your fork repository for preview." - echo "See ${configure_url} how to configure." + echo "If the preview URL doesn't work, you may have forgetten to configure your fork repository for preview." + echo "See ${configure_url} on how to configure." } | tee body.md gh pr comment ${PR_NUMBER} \ --body-file body.md \ From 3d071287be8888459f0cb9bd1d5db46d75acf361 Mon Sep 17 00:00:00 2001 From: Benjamin Philip Date: Wed, 8 Jul 2026 19:20:02 +0530 Subject: [PATCH 2/3] Fix forgotten spelling --- .github/workflows/pr_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_comment.yml b/.github/workflows/pr_comment.yml index 7e9782b..f1b6488 100644 --- a/.github/workflows/pr_comment.yml +++ b/.github/workflows/pr_comment.yml @@ -46,7 +46,7 @@ jobs: { echo "Preview URL: https://${fork_owner}.github.io/${fork_repository}" echo "" - echo "If the preview URL doesn't work, you may have forgetten to configure your fork repository for preview." + echo "If the preview URL doesn't work, you may have forgotten to configure your fork repository for preview." echo "See ${configure_url} on how to configure." } | tee body.md gh pr comment ${PR_NUMBER} \ From ffa1fabcc42bb7b12a4573eda232beba534d2e27 Mon Sep 17 00:00:00 2001 From: Benjamin Philip Date: Wed, 8 Jul 2026 19:23:01 +0530 Subject: [PATCH 3/3] Clarify instructions Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .github/workflows/pr_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_comment.yml b/.github/workflows/pr_comment.yml index f1b6488..238362f 100644 --- a/.github/workflows/pr_comment.yml +++ b/.github/workflows/pr_comment.yml @@ -47,7 +47,7 @@ jobs: echo "Preview URL: https://${fork_owner}.github.io/${fork_repository}" echo "" echo "If the preview URL doesn't work, you may have forgotten to configure your fork repository for preview." - echo "See ${configure_url} on how to configure." + echo "See ${configure_url} for instructions on how to configure." } | tee body.md gh pr comment ${PR_NUMBER} \ --body-file body.md \