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


The following commit(s) were added to refs/heads/main by this push:
     new 6b3a94cdfb GH-50553: [Dev] Clarify invalid PR title guidance comment 
(#50554)
6b3a94cdfb is described below

commit 6b3a94cdfb9e72d3a4253404f0f3ba489896dafd
Author: Aaditya Srinivasan <[email protected]>
AuthorDate: Tue Jul 21 06:11:56 2026 +0530

    GH-50553: [Dev] Clarify invalid PR title guidance comment (#50554)
    
    ### Rationale for this change
    
    The developer PR workflow automatically converts pull requests with invalid 
titles to drafts and posts a guidance comment. The current comment explains the 
required title format, but it doesn't explicitly state why the pull request was 
converted to a draft or that contributors should mark it as ready for review 
after fixing the title.
    
    This change makes those steps clearer to contributors.
    
    ### What changes are included in this PR?
    
    - Explain that the pull request was automatically converted to a draft 
because its title doesn't match the required format.
    - Instruct contributors to mark the pull request as ready for review after 
updating the title.
    
    * GitHub Issue: #50553
    
    Authored-by: Aaditya Srinivasan <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .github/workflows/dev_pr/title_check.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/dev_pr/title_check.md 
b/.github/workflows/dev_pr/title_check.md
index 8de10a2962..9c2818d02b 100644
--- a/.github/workflows/dev_pr/title_check.md
+++ b/.github/workflows/dev_pr/title_check.md
@@ -19,6 +19,8 @@
 
 Thanks for opening a pull request!
 
+**This pull request has been automatically converted to a draft because its 
title doesn't match Arrow's required format.**
+
 If this is not a [minor 
PR](https://github.com/apache/arrow/blob/main/CONTRIBUTING.md#Minor-Fixes). 
Could you open an issue for this pull request on GitHub? 
https://github.com/apache/arrow/issues/new/choose
 
 Opening GitHub issues ahead of time contributes to the 
[Openness](http://theapacheway.com/open/#:~:text=Openness%20allows%20new%20users%20the,must%20happen%20in%20the%20open.)
 of the Apache Arrow project.
@@ -31,6 +33,8 @@ or
 
     MINOR: [${COMPONENT}] ${SUMMARY}
 
+**After updating the title, you can mark the pull request as ready for 
review.**
+
 See also:
 
   * [Other pull requests](https://github.com/apache/arrow/pulls/)

Reply via email to