+ [2020-05-11T17:14:28Z] R2robot set the remote
+ [2020-05-11T17:14:31Z] jhass heday: git remote add fork git@github.com:myuser/myfork.git; git push fork myfeaturebranch
+ [2020-05-11T17:15:00Z] R2robot https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork
+ [2020-05-11T17:15:14Z] heday many thanks, jhass
+ [2020-05-11T22:25:01Z] Shentino question, what's the maximum ssh key size supported by github?

message no. 180416

Posted by Shentino in #github at 2020-05-11T22:25:01Z

question, what's the maximum ssh key size supported by github?
+ [2020-05-12T08:17:41Z] Seveas Shentino: 4096 bits is supported, and anything beyond that is irrelevant, even 4096 is overkill.
+ [2020-05-12T09:44:34Z] strk no way to share a checkout among jobs, but, do checkouts inside the same workflow avoid to download things again ?
+ [2020-05-12T09:45:24Z] strk because some jobs need a matrix, some other do not, but I could re-use the checkout from one job, in the other, if possible
+ [2020-05-12T11:21:29Z] BinaryWave Is there a way to filter/query the graphql API for certain fields? like search(query: "name: MyRepo") or search(query: "primaryLanguage:{name:Python}")?
+ [2020-05-12T13:29:59Z] Gurkenglas Why doesn't https://github.com/TheSwain/Fulpstation/search?q=sugar&unscoped_q=sugar find any code? There's definitely sugar mention in the code.