Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: add stale-repos and pending-releases audit tasks Completes the Tier 2 org visibility tasks from the plan. stale-repos Lists all non-archived repos whose last push pre-dates a configurable cutoff (MONTHS=12 default). Sorted by push date ascending (stalest first) and age-coloured: red >2 years, yellow >1 year, normal otherwise. Outputs the last-push date and age in months so it's easy to triage archiving candidates. FILTER= narrows by repo name. pending-releases Finds open PRs labelled "autorelease: pending" across the entire org via gh search — fast, single query. Shows repo, PR number, age, and title in an age-coloured table (red >14d, yellow >3d, green <3d). Designed as the table-view companion to list-release-prs (which opens browser tabs). FILTER= narrows by repo name. Footer links to force-merge-prs and list-release-prs for next steps. Also adds both tasks to the file header reference comment. https://claude.ai/code/session_01SFKChTX8gNGNmh4in5Fj8W #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
feat: add stale-repos and pending-releases audit tasks Completes the Tier 2 org visibility tasks from the plan. stale-repos Lists all non-archived repos whose last push pre-dates a configurable cutoff (MONTHS=12 default). Sorted by push date ascending (stalest first) and age-coloured: red >2 years, yellow >1 year, normal otherwise. Outputs the last-push date and age in months so it's easy to triage archiving candidates. FILTER= narrows by repo name. pending-releases Finds open PRs labelled "autorelease: pending" across the entire org via gh search — fast, single query. Shows repo, PR number, age, and title in an age-coloured table (red >14d, yellow >3d, green <3d). Designed as the table-view companion to list-release-prs (which opens browser tabs). FILTER= narrows by repo name. Footer links to force-merge-prs and list-release-prs for next steps. Also adds both tasks to the file header reference comment. https://claude.ai/code/session_01SFKChTX8gNGNmh4in5Fj8W #141
Changes from all commits
3add9dd718e0faFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.