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-dotnet.git


The following commit(s) were added to refs/heads/main by this push:
     new 19c4cf6  chore: Post site preview URL comment only when site is 
changed (#51)
19c4cf6 is described below

commit 19c4cf6ddb6a324725a27f28d79b8e95f57ada80
Author: Sutou Kouhei <[email protected]>
AuthorDate: Sat Sep 13 09:40:44 2025 +0900

    chore: Post site preview URL comment only when site is changed (#51)
    
    ## What's Changed
    
    Needless comments are annoying.
    
    Closes #49.
---
 .github/workflows/pr_comment.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/pr_comment.yaml 
b/.github/workflows/pr_comment.yaml
index be53559..e72fcc0 100644
--- a/.github/workflows/pr_comment.yaml
+++ b/.github/workflows/pr_comment.yaml
@@ -19,6 +19,9 @@ name: PR comment
 
 on:
   pull_request_target:
+    paths:
+      - 'ci/scripts/docs.sh'
+      - 'docs/**'
     types:
       - opened
 

Reply via email to