Describe the enhancement requested
Currently the link script used a dedicated comment to track that the link script had already run for that PR
https://github.com/apache/arrow/blob/master/.github/workflows/dev_pr/link.js#L86-L96
This is suboptimal because it leads to an extra comment, we could inspect the PR body/description itself for the "Closes: X" message instead of inspecting a comment.
Component(s)
Developer Tools