I checked the relevant GitHub documentation and it has a query parameter to request all repos. This will include repos of which I am either 'owner' or 'member'.
This PR adds the query parameter to the API request. I was able to confirm the behavior with GET API requests:
Thank you for this awesome project!
I noticed that my GitHub resume did not list repos to which I had push access.
I checked the relevant GitHub documentation and it has a query parameter to request all repos. This will include repos of which I am either 'owner' or 'member'.
This PR adds the query parameter to the API request. I was able to confirm the behavior with GET API requests:
I have not tested this locally but I am reasonably confident that this should work.