You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/04 10:03:32 UTC

[GitHub] [arrow] raulcd commented on a diff in pull request #14588: ARROW-18248: [CI][Release] Use GitHub token to avoid API rate limit

raulcd commented on code in PR #14588:
URL: https://github.com/apache/arrow/pull/14588#discussion_r1013825395


##########
dev/release/02-source-test.rb:
##########
@@ -110,7 +110,14 @@ def test_vote
                      "?state=open" +
                      "&head=apache:release-#{@release_version}-rc0")
     verify_pr_url = nil
-    verify_prs.open("Accept" => "application/vnd.github+json") do |response|
+    headers = {
+      "Accept""Accept" => "application/vnd.github+json",

Review Comment:
   I don't have much idea on Ruby but is this double `"Accept""Accept"` correct?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org