-
Notifications
You must be signed in to change notification settings - Fork 287
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
Add team affiliation for leadership council representatives #1182
Conversation
teams/leadership-council.toml
Outdated
{ github = "carols10cents", roles = ["council-rep-crates-io"] }, | ||
{ github = "eholk", roles = ["council-rep-compiler"] }, | ||
{ github = "ehuss", roles = ["council-rep-devtools"] }, | ||
{ github = "jackh726", roles = ["council-rep-lang"] }, | ||
{ github = "jonathanpallant", roles = ["council-rep-launching-pad"] }, | ||
{ github = "Mark-Simulacrum", roles = ["council-rep-release"] }, | ||
{ github = "m-ou-se", roles = ["council-rep-libs"] }, | ||
{ github = "rylev", roles = ["council-rep-infra"] }, | ||
{ github = "technetos", roles = ["council-rep-mods"] }, |
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 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.
Marking as draft to sequence this after #1181. |
Now waiting on rust-lang/www.rust-lang.org#1905. |
|
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.
Looks good! @dtolnay shall we merge this or are you still waiting on website changes?
This is ready to merge now. It just won't immediately appear because deploys are broken (rust-lang/www.rust-lang.org#1917). |
Here it is on staging, for now: https://rust-www-staging.herokuapp.com/governance/teams/leadership-council 😃 |
Closes #1014.