Skip to content
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

Implement Automated Stale Issue Management #1868

Open
camilamacedo86 opened this issue Mar 17, 2025 · 1 comment
Open

Implement Automated Stale Issue Management #1868

camilamacedo86 opened this issue Mar 17, 2025 · 1 comment

Comments

@camilamacedo86
Copy link
Contributor

We need to automate stale issue handling in operator-controller, like in operator-sdk. This helps keep issues relevant while allowing exceptions.

The following are the default timelines used by openshift-bot in repositories like operator-framework/operator-sdk for handling stale issues.

Issue Lifecycle Process

1. Mark Stale

  • Issues are marked as stale after 90 days of inactivity.
  • The bot (openshift-bot) will comment on the issue notifying about the stale status.

2. Mark Rotten & Close

  • If no activity occurs for 30 more days after being marked stale, the issue is labeled rotten.
  • If the issue remains inactive for another 30 days after becoming rotten, it is automatically closed.

3. Keep Important Issues Open

To prevent an issue from being automatically closed, maintainers and contributors can use the following commands:

  • /remove-lifecycle stale → Reset status and prevent staleness.
  • /remove-lifecycle rotten → Restore an issue that has gone rotten.
  • /lifecycle frozen → Keep the issue open permanently and exclude it from automatic closure.

Benefits

✅ Keeps issues clean and focused
✅ Encourages timely responses
✅ Lets maintainers keep key issues open


References:

@camilamacedo86
Copy link
Contributor Author

@grokspawn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant