Skip to content

[Dev] Improve the link script to avoid extra comment #14790

Description

@amol-

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions