You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: added github action to label long pending issues as 'stale' (#239)
added the same GitHub action as in the main repository. Should label old
issues as "stale".
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Chores**
- Introduced an automation that regularly identifies inactive issues and
pull requests. The system marks items as inactive after a set period
and, if unaddressed, closes issues while flagging pull requests. Custom
notifications are provided to keep users informed on the status of their
contributions.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
stale-issue-message: "This issue was marked as stale because it has been open for 6 months with no activity."
19
+
close-issue-message: "This issue was closed because it has been inactive for 1 year since being marked as stale. Feel free to re-open it if you have any further comments."
20
+
days-before-pr-stale: 180
21
+
days-before-pr-close: -1
22
+
stale-pr-message: "This PR was marked as stale because it has been open for 6 months with no activity."
0 commit comments