I work with a couple projects that have seperate upstreams on different remotes: usually I will have the normal origin remote pointing to a Gitea repo and a mirror remote linked to the Github mirror. It looks like forge by default uses the origin upstream for determining what to open i.e. forge browse opens the Gitea repository.
While this is useful most of the time, sometimes I get PR's from the Github mirrors but I don't see a way to list the PRs for the Github mirror remote, only the Gitea origin remote. Is there something I'm missing, or can this be added? Something like forge --remote mirror pr list/etc is what I'm thinking.
I work with a couple projects that have seperate upstreams on different remotes: usually I will have the normal
originremote pointing to a Gitea repo and amirrorremote linked to the Github mirror. It looks likeforgeby default uses theoriginupstream for determining what to open i.e.forge browseopens the Gitea repository.While this is useful most of the time, sometimes I get PR's from the Github mirrors but I don't see a way to list the PRs for the Github
mirrorremote, only the Giteaoriginremote. Is there something I'm missing, or can this be added? Something likeforge --remote mirror pr list/etc is what I'm thinking.