rust-lang / team

Rust teams structure
Apache License 2.0
306 stars 281 forks source link

Show Zulip details in 'show-person'. #1356

Closed jacobbramley closed 4 months ago

jacobbramley commented 4 months ago

Show zulip_id if present.

In addition, if ZULIP_USER and ZULIP_TOKEN are set, try to look up the user's name (as shown in Zulip itself). This is useful for finding people whose Zulip name differs from their GitHub name.

jacobbramley commented 4 months ago

The tests seem to be fixed by #1355.