MINOR:[CI] Fix automatic issue labeling.#34320
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or In the case of PARQUET issues on JIRA the title also supports: See also: |
|
works: #34321 |
|
Benchmark runs are scheduled for baseline = a9552d1 and contender = 8c70ddf. 8c70ddf is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
|
['Python', 'R'] benchmarks have high level of regressions. |
Rationale for this change
The issue labeling was failing because it only got the first 30 label (we have 56) everything on page 2 was regarded as "non-existent' throwing an error.
What changes are included in this PR?
Raise the number of items per page to 100 ensuring that all labels are fetched.