+[2019-09-15T16:36:18Z]twidicYnIxX3: 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) +[2019-09-15T16:37:01Z]cYnIxX3You rock! thank you! +[2019-09-15T20:34:30Z]nedbatI 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? +[2019-09-15T20:34:59Z]nedbatThis is the issue: https://github.com/pytest-dev/pytest-cov/issues/337 +[2019-09-15T20:38:39Z]nedbatugh, 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.
This is the issue: https://github.com/pytest-dev/pytest-cov/issues/337
+[2019-09-16T09:33:04Z]BtbNIs 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. +[2019-09-16T13:36:38Z]BtbNIs there no way to manually trigger a re-run of a Workflow? +[2019-09-16T14:15:50Z]dmlloydif it uses the "checks" tab, then there's usually a "re-run" link you can click +[2019-09-16T14:15:54Z]dmlloydotherwise, no idea +[2019-09-16T14:54:07Z]BtbNdmlloyd, 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.