-
-
Notifications
You must be signed in to change notification settings - Fork 177
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
We have not these 2 files that come from community repo:
- https://github.com/asyncapi/website/blob/master/config/AMBASSADORS_MEMBERS.json
- https://github.com/asyncapi/website/blob/master/config/MAINTAINERS.json
Until yesterday isTscMember flag was available only in MAINTAINERS.json and from now on it will also be visible in AMBASSADORS_MEMBERS.json.
Current TSC page consumes only MAINTAINERS.json
I guess the best would be to have some script, no logic in TSC component, that will run whenever one of the above files changes. The script will create a new JSON file, only with people that have the following flags provided:
isTscMember: trueisBoardMember: trueisBoardChair: true
Such a file can then be used as a new source for TSC page and the new upcoming Board page as specified in asyncapi/website#4095
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request