GH-14790: [Dev] Avoid extra comment with Closes issue id on PRs#35811
GH-14790: [Dev] Avoid extra comment with Closes issue id on PRs#35811raulcd merged 2 commits intoapache:mainfrom
Conversation
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
|
Benchmark runs are scheduled for baseline = 1951a1a and contender = 431785f. 431785f is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Rationale for this change
We are duplicating the Closes issue_id comment on PRs adding it to both the PR body and a comment. There was some discussion to remove it from the comment.
What changes are included in this PR?
Remove adding extra comment to PR and check whether
Closes XXXwas already added on the body instead of checking comment.Are these changes tested?
Yes, I have tested on my fork, see this PR: raulcd#79
Are there any user-facing changes?
No