rust-lang / sync-team

Synchronize the team repository with the services we use
Apache License 2.0
15 stars 13 forks source link

Team descriptions can be null #56

Closed jdno closed 9 months ago

jdno commented 9 months ago

When a team does not have a description, GitHub's API sets the description field to null. This breaks deserialization, which expects the field to be set to a String.

This is most likely only an issue for teams that have not previously been managed by sync-team, e.g. when an existing organizations is added to the team repository.