-
Notifications
You must be signed in to change notification settings - Fork 56
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 workflow to monitor stale issues/PRs #1283
Implement workflow to monitor stale issues/PRs #1283
Conversation
Thank you for the PR! |
Thank you for the PR! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1283 +/- ##
=======================================
Coverage 91.82% 91.82%
=======================================
Files 79 79
Lines 11457 11457
=======================================
Hits 10520 10520
Misses 937 937
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mtar! Looks good, just a few comments.
.github/workflows/inactivity.yml
Outdated
name: Close inactive issues | ||
on: | ||
schedule: | ||
- cron: "30 1 * * *" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once a week should be enough, what do you think? Monday night, so we have a fresh batch of stale stuff before the PR call?
Co-authored-by: Claudia Comito <[email protected]>
Co-authored-by: Claudia Comito <[email protected]>
Thank you for the PR! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Looking forward to Monday!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Triggering The Matrix again
Due Diligence
main
for new features, latest release branch (e.g.release/1.3.x
) for bug fixesDescription
adds a workflow for inactive issues and pr for more than 60 days and closes them after 60 additional days.
Issue/s resolved: #1282
Changes proposed:
actions/stable
actionType of change
Memory requirements
Performance
Does this change modify the behaviour of other functions? If so, which?
no