Fix Cherry Pick script to include all PRs #59210
Labels
[Status] In Progress
Tracking issues with work in progress
[Type] Bug
An existing feature does not function as intended
[Type] Build Tooling
Issues or PRs related to build tooling
During the Beta 2 for WordPress 5.6, 22 PRs were missed by the automated cherry picking script
@youknowriad and I believe this is because by default the Github paginates its REST API results. It defaults to
30
items per day (seeper_page
). Therefore if the number of PRs to be commit exceeds this default then it will miss PRs outside the first "page" of results.To avoid this happening we should do two things:
The text was updated successfully, but these errors were encountered: