A landing page that tracks GitHub repositories needing attention across the RobertsLab organization.
Live site: https://robertslab.github.io/RNA/
All data lives in the REPOS array near the top of index.html. Each entry looks like:
{
owner: "RobertsLab",
name: "repo-name",
desc: "Short description of what needs attention.",
tags: ["needs-review", "stale"]
}| Tag | Meaning |
|---|---|
stale |
No recent activity, may need archival or cleanup |
needs-review |
Open PRs or branches waiting for review |
needs-docs |
Documentation is missing or outdated |
needs-update |
Code or analysis needs updating |
priority |
High priority, needs immediate attention |
archived |
Marked for archive, shown as dimmed |
Edit the array, commit, and the page updates automatically.