-
Notifications
You must be signed in to change notification settings - Fork 12
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
[ENH] Add a bootstrap function for all changelog entries #64
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two quick comments, but in general this looks good to me. I don't have time to do a really deep dive on the code but it seems good!
with TemporaryDirectory() as td: | ||
|
||
subprocess.run( | ||
shlex.split(f"git clone https://github.com/{target} repo"), cwd=td |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How have I never heard of shlex.split
before? It looks so useful!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah totally. Thanks for the review!
Woot! And sorry for the slow turnaround on this one |
Any chance there could be a new release of I tried using the Thanks! |
That was fast, thanks! |
Fixes #57
e.g.
github-activity executablebooks/github-activity --all