-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update license #299
Update license #299
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.
Seems reasonable to me!
@cansavvy looks like it's having trouble building? for
Possibly because I forked it? I don't know much about GitHub actions and tokens. |
It's complaining about the GitHub secret, but not sure why. It shouldn't have expired, but I'm not sure why its not working. I'll try refreshing the token. |
Render isn't failing on #295 ? I'm going to push a fresh commit and see if that fixes it. |
OH, I see its because this is a forked branch so it does not have those github secrets. |
@KatherineCox We'll need to transfer over your changes to this repository's branches, or if you supply a GitHub PAT to your own forked repository that should fix it too, since you have jhudsl permissions. |
@cansavvy do I have permission to make a branch? (is there a way I can check my permissions for a repository?) If so, I can redo the PR from a branch and close this one. It's easy enough to recreate, just the two changes. |
@KatherineCox You should have permissions to make a PR from a new branch if you are a part of the jhudsl organization. |
Hmm, if I try to edit the README (through the GitHub GUI) it says
|
Hmm... This is perplexing. You are a part of jhudsl. It may have to do with permissions at the organization level, because I can't see anything specific to this repository. I'll look into it. |
@KatherineCox In your example here, did you try to edit by making a new branch? Direct merges to main are prohibited.
|
No, this isn't it, looks like you have different permissions to jhudsl. But if you don't mind, I would like to use this as an opportunity to see what the best way is to incorporate changes from someone who doesn't have the same permissions. |
Thanks for your patience and help, @KatherineCox , this ended up being a good thing to figure out so more people can contribute in the future! Turns out the token is not needed in that particular instance, so I got rid of it so no matter what permissions levels people have they can file a PR! |
Fine by me :) Just let me know what you need me to do. And I may need some hand-holding if I need to do anything with tokens, I don't really know how they work. |
Well, the preview builds properly, it just doesn't have permissions to write the comment with the links. There's a way around this that involves writing a github actions that triggers with |
Updating license from MIT to CC-BY (closes #296)