Summary
Add a one-click button to re-check all open PRs across all repos/orgs, useful after bulk signature imports or configuration changes.
Motivation
After importing signatures via CSV or changing exclusion rules, owners need to update the check status on all affected open PRs. Currently this must be done per-agreement.
Implementation notes
- "Re-check all PRs" button on the multi-repo dashboard
- Background job that iterates all agreements and their open PRs
- Progress indicator (X of Y PRs re-checked)
- Rate-limit aware to avoid hitting GitHub API limits
- Also useful as a CLI command or API endpoint for automation
Phase
Phase 7: Enterprise (v3.0 roadmap)
Summary
Add a one-click button to re-check all open PRs across all repos/orgs, useful after bulk signature imports or configuration changes.
Motivation
After importing signatures via CSV or changing exclusion rules, owners need to update the check status on all affected open PRs. Currently this must be done per-agreement.
Implementation notes
Phase
Phase 7: Enterprise (v3.0 roadmap)