Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-14790: [Dev] Avoid extra comment with Closes issue id on PRs #35811

Merged
merged 2 commits into from
May 30, 2023

Conversation

raulcd
Copy link
Member

@raulcd raulcd commented May 29, 2023

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 XXX was 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

@github-actions
Copy link

@github-actions github-actions bot added the awaiting committer review Awaiting committer review label May 29, 2023
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

.github/workflows/dev_pr/link.js Outdated Show resolved Hide resolved
@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting committer review Awaiting committer review labels May 29, 2023
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Copy link
Member Author

@raulcd raulcd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting merge Awaiting merge labels May 30, 2023
@raulcd raulcd added awaiting merge Awaiting merge and removed awaiting changes Awaiting changes labels May 30, 2023
@raulcd raulcd merged commit 431785f into apache:main May 30, 2023
@ursabot
Copy link

ursabot commented May 31, 2023

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.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Failed ⬇️0.15% ⬆️0.62%] test-mac-arm
[Failed ⬇️0.0% ⬆️11.89%] ursa-i9-9960x
[Failed ⬇️0.54% ⬆️0.09%] ursa-thinkcentre-m75q
Buildkite builds:
[Finished] 431785f3 ec2-t3-xlarge-us-east-2
[Failed] 431785f3 test-mac-arm
[Failed] 431785f3 ursa-i9-9960x
[Finished] 431785f3 ursa-thinkcentre-m75q
[Finished] 1951a1ae ec2-t3-xlarge-us-east-2
[Finished] 1951a1ae test-mac-arm
[Finished] 1951a1ae ursa-i9-9960x
[Failed] 1951a1ae ursa-thinkcentre-m75q
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge Awaiting merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Dev] Improve the link script to avoid extra comment
4 participants