We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to automate stale issue handling in operator-controller, like in operator-sdk. This helps keep issues relevant while allowing exceptions.
operator-controller
operator-sdk
The following are the default timelines used by openshift-bot in repositories like operator-framework/operator-sdk for handling stale issues.
openshift-bot
operator-framework/operator-sdk
To prevent an issue from being automatically closed, maintainers and contributors can use the following commands:
/remove-lifecycle stale
/remove-lifecycle rotten
/lifecycle frozen
✅ Keeps issues clean and focused ✅ Encourages timely responses ✅ Lets maintainers keep key issues open
References:
The text was updated successfully, but these errors were encountered:
@grokspawn
Sorry, something went wrong.
No branches or pull requests
We need to automate stale issue handling in
operator-controller
, like inoperator-sdk
. This helps keep issues relevant while allowing exceptions.The following are the default timelines used by
openshift-bot
in repositories likeoperator-framework/operator-sdk
for handling stale issues.Issue Lifecycle Process
1. Mark Stale
openshift-bot
) will comment on the issue notifying about the stale status.2. Mark Rotten & Close
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:
The text was updated successfully, but these errors were encountered: