about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/ci/date-check/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2025-05-10noiseTshepang Mbambo-2/+0
2025-05-10we are a collectiveTshepang Mbambo-1/+0
2025-05-10bump editionTshepang Mbambo-1/+1
2025-05-10no point versioning theseTshepang Mbambo-1/+0
They are internal tools.
2021-10-21Update author fieldNoah Lev-1/+1
2021-10-21Switch date-check to Rust 2021Noah Lev-1/+1
No migrations were necessary.
2021-02-03Implement date-checkerCamelid-0/+12
This tool looks for HTML comments like `<!-- date: 2021-01 -->` in each Markdown source file and compiles a list of dates that are older than six months. It then opens an issue with that list, with checkboxes for each file and date. Note that it will only open an issue if there was at least one date older than six months; it does nothing if the list is empty. This tool is automatically run monthly in a GitHub Actions workflow. I have tested the tool on a private repo and confirmed that it works.