You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was recently suggested that we move github group management and email lists to rust team infrastructure, this would be a clear improvement over the current setup (manual management and mailgun respectively).
What is involved in synchronizing rust-embedded team membership from the teams repo?
Should we sync _just the overall WG (and resources and core teams) _ or all teams (we have quite a few teams and are likely to have more in the future)?
Currently our team addresses are @teams.rust-embedded.org, are we okay to keep this split?
What is involved in synchronizing rust-embedded team membership from the teams repo?
You need to add this to the team repo files of the teams you want to synchronize:
[github]
orgs = ["rust-embedded"]
That snippet will create or synchronize the @rust-embedded/wg-embedded-infrastructure team if you enable synchronization for the wg-embedded-infrastructure team. You can also specify a different team name with:
The second snippet will create or synchronize the @rust-embedded/infrastructure team.
Also, please r? me on the team repo PR.
Should we sync _just the overall WG (and resources and core teams) _ or all teams (we have quite a few teams and are likely to have more in the future)?
It doesn't make a difference for us how many teams you're synchronizing. I'd lean torwards starting to synchronize a few teams, and if everything works well start synchronizing all the others.
This makes total sense to me. It looks like the MX records were provisioned in rust-embedded/rust-embedded-provisioning#13 but that PR was never merged. Let me know if you'd like me to make the MX updates or just include me on the PR.
It was recently suggested that we move github group management and email lists to rust team infrastructure, this would be a clear improvement over the current setup (manual management and mailgun respectively).
Discussions:
Questions:
@teams.rust-embedded.org
, are we okay to keep this split?Actions:
WIP update to https://github.com/rust-lang/teams
CC:
The text was updated successfully, but these errors were encountered: