-
Notifications
You must be signed in to change notification settings - Fork 80
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
Don't automatically add external contributors to the org to assign them #3
Comments
@pietroalbini We recently discussed on Zulip -- do you feel fine with the read-only addition to the organization? I think your concern was centered around granting write access which we'd no longer be doing. cc @rust-lang/release since we discussed this at the last meeting as well |
My thought was to add them to the specific repository as "outside collaborators" which I think might not grant any further rights? Obviously that'll look somewhat ugly in the UI, but maybe not too bad. |
I'd still prefer to assign the bot instead of external contributors to avoid the UI issue of showing them as members of the repo, since that gives them some sort of official look when they reply (and that could cause issues if they write something controversial). Since there should be no security concerns anymore I'm less "opinionated" (spent like 5 minutes looking for the right word lol) about this issue though. |
That's a good point. It's also lighter on the implementation burden -- no need to send invites and wait for them to be accepted. Do we want to edit the top-level comment still? I'm personally somewhat hesitant to do so (especially as we essentially must be able to edit our own edits as the assignee changes). |
Editing shouldn't be a problem, you can just write the message like:
And then replace it with a regex. |
This is described and implemented as of the latest master. |
…Mark-Simulacrum Allow claiming issues with triagebot Not sure if this was intentionally left out, but it can probably be enabled now that rust-lang/triagebot#3 is fixed (assuming that the deployed commit is recent enough). People have tried to use it already (rust-lang#60622 (comment)). r? @Mark-Simulacrum
I'd prefer if we assign the bot itself and post a comment saying that user is assigned.
The text was updated successfully, but these errors were encountered: