-
Notifications
You must be signed in to change notification settings - Fork 108
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
binder-badge can use new pull_request_target #206
Conversation
binder-badge.yml will now work with pull requests from forks, using the new `pull_request_target`. the action is also changed to use the commit sha instead of the branch name- since it's automatically run after every push to a PR this probably makes more sense than repeatedly posting a badge with the same branch name.
Thanks for submitting your first pull request! You are awesome! 🤗 |
See an example on microscopepony/idr0083-sars-cov2-notebook#5 @hamelsmu this uses |
Yep can confirm this works. This feature came out yesterday. Cheers |
gah this is cool! |
@choldgraf can we merge this? |
I don't know the infra on this one super well so am probably not best to say if (technically-speaking) it's good to merge, but I trust y'alls judgment 👍 |
@choldgraf you are going to have to push the button, I don't have the permissions |
🤦♂️ my bad! |
binder-badge.yml will now work with pull requests from forks, using the new
pull_request_target
.the action is also changed to use the commit sha instead of the branch name- since it's automatically run after every push to a PR this probably makes more sense than repeatedly posting a badge with the same branch name.