-
Notifications
You must be signed in to change notification settings - Fork 92
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
Simplify condalock workflow to work without chatops #414
Comments
Hi @scottyhq, I've been discussing with @yuvipanda and a few others on turning the
On this |
In case it's useful, here's a snippet from a workflow over in The workflow triggers on every commit to a PR (if the specified label is also present at commit time). It also triggers against the latest commit, if the label is added. |
I do think just typing |
Cool! Thanks @weiji14 @cisaacstern @yuvipanda for the ideas. I'm definitely interested but don't really have time to work on it. Any simplifications to the current setup or ways to make it more easily setup in other repositories would be fantastic. |
Totally understand, I'll keep you in the loop on the outcome when we start implementing this 😄. If it's ok, I might open a few PRs on |
Started initial implementation of a composite GitHub Action at https://github.com/weiji14/conda-lock-refresh, with related demo repo at https://github.com/weiji14/conda-lock-refresh-demo. Note that I'm still testing this out, and there's still a few bugs ( Once this work is a bit more polished, I can transfer ownership of these repos to a more official organization. |
Discussed in detail here CryoInTheCloud/hub-image#18
A less convoluted workflow for creating and installing from a unified lockfile from conda-lock would be nice.
The chatops
/condalock
command was a fun solution at the time to allow administrators to trigger the condalock workflow (that requires a token with write permissions to add files to a PR), but there are alternatives now such as manually triggeredworkflow_dispatch
or adding a label to an open PRhttps://securitylab.github.com/research/github-actions-preventing-pwn-requests/
The text was updated successfully, but these errors were encountered: