simpleqt opened a new pull request, #51358:
URL: https://github.com/apache/arrow/pull/51358
The comment posted verbatim by `.github/workflows/dev_pr/title_check.js`
when a PR title fails the check has two small defects:
- the link targets `CONTRIBUTING.md#Minor-Fixes`, but the heading's slug is
`#minor-fixes` (GitHub anchors are lowercase), so it lands at the top of the
page instead of the Minor Fixes section;
- the conditional ends with a period ("If this is not a minor PR. Could you
open...") — joined with a comma.
### Was AI used for this PR?
- [x] Yes — AI was used to author this change; a human reviewed and verified
the anchor slug and the posted-comment path (`title_check.js:31`) before
submitting.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]