Open barrettj12 opened 4 months ago
We can use the GitHub forks API to find all forks of a given repo: https://docs.github.com/en/rest/repos/forks?apiVersion=2022-11-28
We might also be able to look through the user's repos and work out if one is a fork of the given repo.
This might also be easier using the GitHub GraphQL API.
This failed because the fork is called
gfouillet/juju-cmd
, notgfouillet/cmd
. Can we use GitHub to search for the name of the fork?