Create a GitHub workflow to automatically mark issues as stale and close them if there is no activity.
Why are these changes being made?
This change aims to automate the management of inactive issues by marking them as stale after 30 days of inactivity and closing them 5 days after being marked stale unless otherwise addressed, thus keeping the repository organized and reducing noise from outdated issues. This approach helps maintain focus on actively developed issues while still allowing exempted issues to remain open by using the "in progress" label.
Is this description stale? Ask me to generate a new description by commenting /korbit-generate-pr-description
Description by Korbit AI
What change is being made?
Create a GitHub workflow to automatically mark issues as stale and close them if there is no activity.
Why are these changes being made?
This change aims to automate the management of inactive issues by marking them as stale after 30 days of inactivity and closing them 5 days after being marked stale unless otherwise addressed, thus keeping the repository organized and reducing noise from outdated issues. This approach helps maintain focus on actively developed issues while still allowing exempted issues to remain open by using the "in progress" label.