-
Notifications
You must be signed in to change notification settings - Fork 308
Description
Summary
The teams page (for example https://rust-lang.org/governance/teams/dev-tools/) should have an indication in the footer that the page is automatically rebuilt at 22:00 UTC.
Motivation
A new contributor has just been added to the clippy-contributors team, and I couldn't find them listed. I looked around to check whether I should file an issue to get the page updated – it would be great if information on the page could indicate that it is rebuilt every day at 22:00 UTC.
Drawbacks
If the schedule is changed in the GitHub workflow, the mention on the page should be updated as well. A mention in the comment of the GitHub workflow cronjob would be enough to remember to edit the source files as well.
Rationale and alternatives
Easier workaround than putting a note in this repository's README, as this still forces users which don't understand why they don't appear on the website to look at this repo.
Maintenance
No maintenance once done.
Unresolved Questions
None