-
Notifications
You must be signed in to change notification settings - Fork 103
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
Quietening the mybinder badge github action #212
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Wow this is so cool @manics !!! |
@choldgraf @betatim check it out ☝️ I think this is a big improvement! |
oh nice! I feel like if this is an improvement to our current action, the best path forward would be to upstream these improvements to it. What do you think? |
Dumb question : I don’t think there is a “current” action anywhere to
upstream to, right? Am I missing something? Sorry for being slow
…On Fri, Sep 4, 2020 at 2:33 PM Chris Holdgraf ***@***.***> wrote:
oh nice! I feel like if this is an improvement to our current action, the
best path forward would be to upstream these improvements to it. What do
you think?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#212 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALKJEQJG6YJWRTXGT3T4DLSEFMMHANCNFSM4QZMD7LA>
.
|
More clarity - I think what @manics made is a new Action, whereas all we have for binder badges are example GitHub workflow examples? Perhaps, it could be worthwhile after testing etc to adopt this Action, too into JupyterHub? |
Exactly! The current action is a GitHub script that uses |
ahh I see - OK cool I think I had thought we already had an action for some reason , but was mistaken 👍 |
@choldgraf Maybe you're thinking of https://github.com/jupyterhub/repo2docker-action ? |
mostly I am just sleep deprived because I've got a 16 day old infant on my hands :-) |
No worries. Seems like you are the most productive new father I know! Also congrats!🎈 |
I like it when bots update their comments instead of spamming a PR with comments :) But I know nothing about GH Actions vs workflows so I defer to someone else. On the "trying it out" front: can we enable this for the https://github.com/binder-examples/ repositories? |
I've opened PRs for the 4 pinned binder-example repositories. I've also got a script that can be used to add it (or any other config file) to other repos... |
Proposed change
This is a follow-up from manics/jupyter-offlinenotebook#54 (comment)
I've been using the mybinder badge github action from #203 (and #206 #208) on some of my repos.. As @betatim pointed out above the action is a bit too chatty as it comments on every push to the PR 😄
I've written a typescript action that comments once and updates it: https://github.com/manics/action-binderbadge
Alternative options
Do nothing
Who would use this feature?
People who want a badge on PRs without repeated notifications of new comments.
(Optional): Suggest a solution
https://github.com/manics/action-binderbadge
Maybe people could try it out, then later decide whether to recommend it instead of the current action?
@hamelsmu
The text was updated successfully, but these errors were encountered: