fix(agent-actions): apply account-age throttle on issue contributor-cap path - #3455
Conversation
…ap path Wire accountAgeThresholdDays into maybeCloseIssueOverContributorCap and label newly opened issues from below-threshold accounts, completing the Co-authored-by: Cursor <cursoragent@cursor.com> JSONbored#2561 issue-path gap documented in RepositorySettings.
…ap path Wire accountAgeThresholdDays into maybeCloseIssueOverContributorCap and label newly opened issues from below-threshold accounts, completing the Co-authored-by: Cursor <cursoragent@cursor.com> JSONbored#2561 issue-path gap documented in RepositorySettings.
…count-age throttle Co-authored-by: Cursor <cursoragent@cursor.com>
… exemption Co-authored-by: Cursor <cursoragent@cursor.com>
… label Co-authored-by: Cursor <cursoragent@cursor.com>
…-age label Co-authored-by: Cursor <cursoragent@cursor.com>
…overage Co-authored-by: Cursor <cursoragent@cursor.com>
…/patch Co-authored-by: Cursor <cursoragent@cursor.com>
…erage Co-authored-by: Cursor <cursoragent@cursor.com>
…verage Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…chable branch Co-authored-by: Cursor <cursoragent@cursor.com>
…ountLabel fallback Co-authored-by: Cursor <cursoragent@cursor.com>
…e with unit tests Co-authored-by: Cursor <cursoragent@cursor.com>
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ Gittensory review result - manual review recommendedReview updated: 2026-07-05 07:45:30 UTC
⏸️ Suggested Action - Manual Review Review summary Nits — 5 non-blocking
Review context
Contributor next steps
Signal definitions
🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3455 +/- ##
=======================================
Coverage 92.99% 93.00%
=======================================
Files 296 297 +1
Lines 30972 30998 +26
Branches 11294 11303 +9
=======================================
+ Hits 28803 28829 +26
Misses 1514 1514
Partials 655 655
🚀 New features to boost your workflow:
|
Summary
Completes the issue-path half of account-age throttle (#2561). Supersedes closed #3374, #3388, #3405, #3423, #3445.
Fix
accountAgeThresholdDaysinto issue contributor-cap path and label newly opened issuessrc/queue/account-age-throttle.tswith dedicated unit tests (codecov/patch)Test plan
npm run typechecknpm run selfhost:env-reference:checktest/unit/account-age-throttle.test.ts(100% line coverage locally)