-
Notifications
You must be signed in to change notification settings - Fork 330
Create a private channel that contains all team members #2084
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
So that we can communicate with them all at once. This should be a more reliable alternative to the `[email protected]` mailing list.
fa9b053 to
06b1e2f
Compare
06b1e2f to
57cfc90
Compare
Dry-run check results |
|
looks good from an infra admin perspective. probably needs a team-repo-admin review, too |
teams/all.toml
Outdated
|
|
||
| # Private channel with all team members, so that we can have an easy way of reaching them. | ||
| [[zulip-streams]] | ||
| name = "rust project" |
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 would make this all/private (which matches the naming of [email protected]. Then you could have an all (if it seems helpful) in the future.
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.
Fair enough. This channel does not necessarily be private for all information shared there, but we don't have an easy way of syncing public channels at the moment.
57cfc90 to
e3c1ec7
Compare
|
Clarified why people were excluded and renamed the stream to |
|
|
||
| # Private channel with all team members, so that we can have an easy way of reaching them. | ||
| [[zulip-streams]] | ||
| name = "all/private" |
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.
would be kool if this was named similar to the private one for leads
so we would have
project members (private)project leads (private)
with this pr, we would have
all/privateproject leads (private)
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.
There are already a bunch of XXX/private channels, so the project leads one is an exception, I'd say, which was chosen because the channel already existed.
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.
oh, in that case (offtopic for this pr here), could it be renamed to leads/private to match others
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 don't think we can automatically rename the channel through team, it would probably just create a new one. We'd have to do it by hand, but also sync it with team, so that it doesn't recreate a channel with the old name. So it's not trivial to rename.
|
The funding page is now live (https://rust-lang.org/funding/), so it would be cool to have this channel so that I can tell Project members to add their GH sponsors to |
|
Obviously I'm a big plus on this, but want to make sure that this has at least a general nod of approval from the council. |
|
Asked here + we can discuss on Friday. |
|
We discussed it at today's Council meeting. No one seemed opposed to the idea, and I got some thumbs up. So I think that we can move forward here. |
|
I went ahead and created the stream on zulip. |
|
huh...not sure what happened, I messed up the name and permissions of the channel on zulip? Fixed, trying again |
So that we can communicate with them all at once. This should be a more reliable alternative to the
[email protected]mailing list.