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
the method parseGithubURL in the file /github/index.js expect that the url can ONLY ever be from github.com. Possibly a ENV configuration could be added for the a specified domain?
The text was updated successfully, but these errors were encountered:
@Tim-Machine interesting suggestion. i'd have to check all the places github.com is used to figure out the difficulty of parametrizing it. this is very likely going to be implemented though.
the method
parseGithubURL
in the file/github/index.js
expect that the url can ONLY ever be from github.com. Possibly a ENV configuration could be added for the a specified domain?The text was updated successfully, but these errors were encountered: