We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The URL to use for a GitHub repo is the web URL for the repo, for example: https://github.com/tomhunter-gh/SourceLog
This URL is parsed using the following regular expression pattern:
const string pattern = @"https://github.com/(?<username>[^/]+)/(?<reponame>[^/]+)/?";