Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support additional patterns for cloning #81

Merged
merged 7 commits into from
Feb 14, 2023

Conversation

siketyan
Copy link
Owner

@siketyan siketyan commented Feb 14, 2023

Closes #45
Closes #74

You need to write configuration to clone non-GitHub repositories correctly.

[[patterns]]
regex = "^(?P<scheme>https)://(?P<host>git\\.kernel\\.org)/pub/scm/linux/kernel/git/(?P<owner>.+)/(?P<repo>.+)\\.git"

@siketyan siketyan self-assigned this Feb 14, 2023
@siketyan siketyan enabled auto-merge February 14, 2023 04:48
@siketyan siketyan merged commit db4e3f9 into main Feb 14, 2023
@siketyan siketyan deleted the feat/additional-patterns branch February 14, 2023 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot clone non-github repository Support additional patterns other than org/repo
1 participant