Commits


Jacob Wujciak-Jens authored and GitHub committed 8c70ddf6054
MINOR:[CI] Fix automatic issue labeling. (#34320) ### 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. Authored-by: Jacob Wujciak-Jens <jacob@wujciak.de> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>