Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 949 Bytes

File metadata and controls

31 lines (23 loc) · 949 Bytes

RNA — Repositories Needing Attention

A landing page that tracks GitHub repositories needing attention across the RobertsLab organization.

Live site: https://robertslab.github.io/RNA/

How to update the repo list

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"]
}

Available tags

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.