backport_pr.py: increase entries per page for branches GET#19985
Merged
bors[bot] merged 1 commit intoRIOT-OS:masterfrom Oct 18, 2023
Merged
backport_pr.py: increase entries per page for branches GET#19985bors[bot] merged 1 commit intoRIOT-OS:masterfrom
bors[bot] merged 1 commit intoRIOT-OS:masterfrom
Conversation
MrKevinWeiss
approved these changes
Oct 18, 2023
Contributor
MrKevinWeiss
left a comment
There was a problem hiding this comment.
Fixed for now... Let's let future us worry about a fix. ACK.
$ ./dist/tools/backport_pr/backport_pr.py 19978
Fetching for commit: #19978: treewide: fix typos to make codespell happy
found 4452f0729bd081bd316d145b55db68b5288970e5 : boards/lsn50: change image
Either the wiki is down, or the image was removed from upstream. This
replaces it with the same image hosted on the zephyr doc. As a site
effect, code spell likes the new URL much more.
found edc43201dbf023ca86fd0d8875aeafaecda438ba : tree-wide: fix typos in doc and comments
This should not change any generated binary
found 50d5c69e3e56f36115195e48107822244b5a9f55 : dist/tools/codespell: add more false positives
found 50490ed71b5aba19f771f9a1b2053b32a2d5b455 : dist/tools/lpc2k_pgm: fix typo in GUI / readme
Backport based on branch 2023.10-branch
Fetching upstream remote
Pushing branch backport/2023.10/fix-typos to origin
Pruning temporary workdir at /tmp/RIOT/backport_temp
Create PR number #19986 for backport
Contributor
|
bors merge |
Contributor
|
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
More of a quick-and-dirty hack than an actual fix, but it should give us some time to properly fix it (I set the per_page to 100, currently there are 36 returned with that ;-))
Testing procedure
Try backporting a PR with it ;-).
Issues/PRs references
#19984 was created using this fix.