You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#22 modifies how PR links are generated in several ways:
If the provided package name does not result in a valid PR link, it raises an excepion.
If the package name discovered in the composer.json does not result in a valid PR link, it then
Probes the git remotes to find the first that results in a valid package link.
In each case, it performs a HEAD request on the generated link to determine if it is
valid, following redirects as encountered.