-
Notifications
You must be signed in to change notification settings - Fork 5
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
Parse GitHub from website links #40
Conversation
Awesome! I believe this logic could be adapted and generalized for other types (i.e. twitter, gitlab, etc). So thanks a lot! |
@jvfe feel free to push to either this branch or we can finish up here and you can continue in your own - whatever's more comfortable |
For sure! I'll take a look as soon as I'm able. |
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.
Great way of generalizing this! I think this can be merged as is. It's already a big improvement and adding further external links will be very simple.
- Resolves conflict generated by #40 * master: test: Expand tests for getting external IDs Update helper.py Generalize URL compression Update helper.py Update helper.py Update helper.py Parse GitHub from website links
@lubianat can you change the project settings to enforce squash/merge and also auto-delete branches after merge? |
I can try, not sure how to do it though
Tiago
…On Wed, Oct 12, 2022 at 8:40 AM Charles Tapley Hoyt < ***@***.***> wrote:
@lubianat <https://github.com/lubianat> can you change the project
settings to enforce squash/merge and also auto-delete branches after merge?
—
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB4NC7374VCVZO55SW6STODWC2PQ7ANCNFSM6AAAAAARCYG7G4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Go to https://github.com/lubianat/pyorcidator/settings, scroll about 2/3 the way down, then you will see the following settings (below is the Bioregistry repo) |
Closes #37
Anyone want to flesh this out with additional logic for other types? e.g. twitter?