+ [5 years ago] twidi cYnIxX3: use the `per_page` parameter and also the `page` one, for example ?per_page=100 (100 is the max for github apis, and in your specific case you don't need the `page` because 32 results fit in one page)
+ [5 years ago] cYnIxX3 You rock! thank you!
+ [5 years ago] nedbat I have an issue with 26 thumbs-up. When I hover the emoji, it lists some names, "and 16 more". Is there a way to get the complete list?
+ [5 years ago] nedbat This is the issue: https://github.com/pytest-dev/pytest-cov/issues/337
+ [5 years ago] nedbat ugh, they are in the API, but you have to specify a custom Accepts header. If you don't (for example, in a browser), you get a response that says, please set the header.

message no. 174547

Posted by twidi in #github at 2019-09-15T16:36:18Z

cYnIxX3: use the `per_page` parameter and also the `page` one, for example ?per_page=100 (100 is the max for github apis, and in your specific case you don't need the `page` because 32 results fit in one page)
+ [5 years ago] BtbN Is someone aware of a TravisCI to GH Actions migration guide? It seems like I could just write down our current travis.yml as github workflow, but I'm sure there's more efficient things to do there.
+ [5 years ago] BtbN Is there no way to manually trigger a re-run of a Workflow?
+ [5 years ago] dmlloyd if it uses the "checks" tab, then there's usually a "re-run" link you can click
+ [5 years ago] dmlloyd otherwise, no idea
+ [5 years ago] BtbN dmlloyd, It does appear to use it: https://github.com/TimoRoth/OGGM-Anaconda/commit/26e96b34259f175dc708b775ba42891a146896ad/checks but I can't see a re-run button anywhere.