feat(optimizer): improve process scripts to address stuck issues and stale PRs

This commit is contained in:
Christian Gunderman
2026-04-21 16:29:32 -07:00
parent 9d1ed876cc
commit 15da1a26cf
11 changed files with 294 additions and 0 deletions
+1
View File
@@ -5,3 +5,4 @@ This file documents the automated processes run to improve repository metrics.
| Process | Target Metric | Script | Description |
|---------|---------------|--------|-------------|
| triage_issues | open_issues | `processes/scripts/triage_issues.js` | Basic issue triage and labeling |
| close_stale_prs | open_community_prs | `processes/scripts/close_stale_prs.js` | Close stale PRs |