-
Notifications
You must be signed in to change notification settings - Fork 177
Closed
Description
Proposal: Add Stale Labels and Auto-Close Inactive PRs
Description
Implement a system to:
- Mark inactive pull requests as "stale" after
xdays of inactivity. - Auto-close "stale" pull requests if no activity occurs within
ydays.
Benefits
- Keeps the repository clean and organized.
- Encourages timely updates from contributors.
- Reduces maintainers' workload.
Implementation
- Use stale GitHub Action.
- Suggested settings:
- Days Until Stale:
xdays (e.g., 30 days). - Days Until Auto-Close:
ydays (e.g., 7 days after stale). - Exclusions: PRs with "in-progress" or "priority" labels.
- Days Until Stale:
Example Messages
-
Stale Notification:
"This PR is marked as stale due toxdays of inactivity. Please update or it will be auto-closed." -
Auto-Close Notification:
"This PR has been auto-closed due to inactivity. Reopen if you'd like to continue."
Next Steps
- Finalize inactivity duration (
xandy). - Configure and test the action.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels