Skip to content

Commit

Permalink
try with apache/arrow repo
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Feb 13, 2023
1 parent 6f61ae8 commit fcf3305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/archery/archery/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def _get_pr_for_commit(self):
prs_for_commit = self.github.search_issues(
"",
qualifiers={"type": "pr",
"repo": repo,
"repo": "apache/arrow",
"sha": sha}
)
pull = None
Expand Down

0 comments on commit fcf3305

Please sign in to comment.