From 7e18ff419022d46ac6b961c136aa62af4f163870 Mon Sep 17 00:00:00 2001 From: simpleqt <89645338+simpleqt@users.noreply.github.com> Date: Thu, 17 Sep 2026 00:33:26 +0800 Subject: [PATCH] MINOR: [Dev] Fix the auto-posted title-check comment The comment posted by the dev_pr title check pointed at CONTRIBUTING.md#Minor-Fixes, but the heading slug is lowercase (#minor-fixes), so the anchor landed at the top of the page. The conditional clause also ended with a period, producing a sentence fragment; join it with a comma. Signed-off-by: simpleqt <89645338+simpleqt@users.noreply.github.com> --- .github/workflows/dev_pr/title_check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev_pr/title_check.md b/.github/workflows/dev_pr/title_check.md index 9c2818d02bd5..f69258c65d8e 100644 --- a/.github/workflows/dev_pr/title_check.md +++ b/.github/workflows/dev_pr/title_check.md @@ -21,7 +21,7 @@ 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 +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.