-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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-33782: [Release] Vote email number of issues is querying JIRA and producing a wrong number #33791
Conversation
|
9807d48
to
154758f
Compare
154758f
to
1255d24
Compare
It seems we have to modify the test to match the new URL: https://github.com/apache/arrow/blob/master/dev/release/02-source-test.rb#L152 |
5c26557
to
ed0daa4
Compare
ed0daa4
to
af2d72e
Compare
@raulcd indeed. It also required some Ruby changes. I think this is ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
…A and producing a wrong number (apache#33791) ### What changes are included in this PR? Release RC vote email now gets issue number and verify release PR's url from GitHub's GraphQL API. ### Are these changes tested? Changes were tested stand-alone from the rest of this script. ### Are there any user-facing changes? ARROW_GITHUB_API_TOKEN is now mandatory for generating the release vote email. * Closes: apache#33782 Authored-by: Rok Mihevc <rok@mihevc.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Benchmark runs are scheduled for baseline = 3cf0b4d and contender = 22e3bed. 22e3bed is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
…A and producing a wrong number (apache#33791) ### What changes are included in this PR? Release RC vote email now gets issue number and verify release PR's url from GitHub's GraphQL API. ### Are these changes tested? Changes were tested stand-alone from the rest of this script. ### Are there any user-facing changes? ARROW_GITHUB_API_TOKEN is now mandatory for generating the release vote email. * Closes: apache#33782 Authored-by: Rok Mihevc <rok@mihevc.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…A and producing a wrong number (apache#33791) ### What changes are included in this PR? Release RC vote email now gets issue number and verify release PR's url from GitHub's GraphQL API. ### Are these changes tested? Changes were tested stand-alone from the rest of this script. ### Are there any user-facing changes? ARROW_GITHUB_API_TOKEN is now mandatory for generating the release vote email. * Closes: apache#33782 Authored-by: Rok Mihevc <rok@mihevc.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
What changes are included in this PR?
Release RC vote email now gets issue number and verify release PR's url from GitHub's GraphQL API.
Are these changes tested?
Changes were tested stand-alone from the rest of this script.
Are there any user-facing changes?
ARROW_GITHUB_API_TOKEN is now mandatory for generating the release vote email.