-
Notifications
You must be signed in to change notification settings - Fork 443
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
Migrate autoupdate workflow #4832
base: main
Are you sure you want to change the base?
Migrate autoupdate workflow #4832
Conversation
you could use the IUC mailing address if you like |
Didn't know that there is a IUC mailing address .. what is it? |
galaxy-iuc@lists.galaxyproject.org you are not on that list? |
Apparently not :) |
The ML says your are on it ;) Please feel free to merge and follow-up. |
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.
I'm not -1 one on this but we will have the same problem as with the other CIs, it is harder to update the bot in decentral repos in contrast to the current central one.
I think this is not a problem, because it's implemented as reusable wf. Anyway, I would prefer to first get #4830 done in order to see reusable wfs in action. |
Integrate the planemo autoupdate workflow as reusable workflow
and PRs we will need to make sure that in particular the main branch is protected and also changes to the workflow will need careful reviews. I also tried (on my fork) to limit the permissions to read for all workflows (in the settings) and raise it to write for the autoudate workflow.
/run-autoupdate
which was quite handy for developmentautoupdate
label (which we will need to add)autoupdate
mode of theplanemo-ci-action
(https://github.com/bernt-matthias/planemo-ci-action/tree/topic/autoupdate) which runs on all repos at once in a separate step. But its tricky since its difficult to add commits to an existing branch (which may have additional changes).git config --global user.email "m.bernt@ufz.de"
?FOR CONTRIBUTOR: