-
Notifications
You must be signed in to change notification settings - Fork 85
Add glacier command for adding ICE snippets easily #234
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
Conversation
What do you expect from |
It is not immediately apparent to me what the |
(I should explain my thought a little bit more next time 😅) The intention for
|
Let's stick to just the playpen for now. I would expect this command to be limited to authorized users (given that it takes external action, rather than e.g. adding a label to the given issue). This is similar to most other commands we have today, so we don't need to worry too much about removal. The remove command probably needs to take some form of token as well (perhaps the same playpen URL, and we can key by that in whatever database/filesystem/etc we're using to store these pens). |
Currently, glacier checks if there are fixed ICEs every day with GHA so I think |
I don't see what relevance there is that glacier checks every day on GHA to how useful the remove command is? Regardless, it seems like the remove/add commands filing PRs (versus directly editing the repository) is reasonable. Then they can be permissionless, I imagine. |
Hm, I cannot imagine the needs of |
Does autofix remove fixed ICEs via PR automatically? That was my envisioned use case for the remove command but if that already happens then there's no point most likely. |
Yeah, autofix does it. |
So I will remove the |
That sounds correct, yes. So we'll just have the add command which for now takes a URL in quotes (i.e., |
Hello, what is the status of this PR? I'd be interested in helping out. |
I believe someone could take the current PR and attempt to finish it, but beyond reviewing PRs I don't currently have the bandwidth to figure out the exact next steps here. Feel free to ping me on Zulip though if you have questions (#t-release/triagebot stream) and I can try to answer them |
hey @Elinvynia I haven't developed this any further, but please feel free to take this! I hope this helps to start with the issue. I don't have time for it, sorry :( |
Closing in favor of #526 |
This is a first implementation of the glacier command for triagebot.
The "tracking issue" is rust-lang/glacier#231
I want a small feedback on the parser itself and its syntax.
Is there a command am I missing? How is the usability?
One thing I don't like is that I have to quote the URL, but I don't see a easy way around. Any thoughts on it?