This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-erlang.git


The following commit(s) were added to refs/heads/main by this push:
     new 1447e34  chore: Fix PR comment message grammar (#99)
1447e34 is described below

commit 1447e34ddbcc9fd143257343fe45299e21bb1c94
Author: Benjamin Philip <[email protected]>
AuthorDate: Wed Jul 8 19:24:57 2026 +0530

    chore: Fix PR comment message grammar (#99)
    
    ## What issue does this PR fix?
    
    The PR comment message had a few grammatical errors. This PR fixes them.
    
    ---------
    
    Co-authored-by: Copilot Autofix powered by AI 
<[email protected]>
---
 .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..238362f 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 forgotten to 
configure your fork repository for preview."
+            echo "See ${configure_url} for instructions on how to configure."
           } | tee body.md
           gh pr comment ${PR_NUMBER} \
             --body-file body.md \

Reply via email to