-
Notifications
You must be signed in to change notification settings - Fork 40
🌱 Add stale issue marking workflow #589
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
Conversation
Signed-off-by: tsanders <[email protected]>
WalkthroughA GitHub Actions workflow is added to automatically manage stale issues and pull requests. The workflow runs daily at 01:00 UTC and marks issues/PRs as stale after 60 days of inactivity, with exemptions for specific labels and all assignees. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #589 +/- ##
=======================================
Coverage 28.68% 28.68%
=======================================
Files 32 32
Lines 3828 3828
=======================================
Hits 1098 1098
Misses 2592 2592
Partials 138 138 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Resolved conflict in cmd/command-context_test.go by accepting main's version which uses the newer logr.Discard() pattern instead of logrus. This brings the test suite up to date with recent changes: - Hybrid analysis mode support (konveyor#592) - CF discovery filtering (konveyor#587) - Stale issue workflow (konveyor#589) - Dependency bumps (konveyor#577) - Maven index search config (konveyor#575) Signed-off-by: tsanders <[email protected]>
This PR adds an automated workflow to mark stale issues and pull requests.
Configuration:
The workflow runs daily at 1:00 AM UTC and can also be triggered manually.
Summary by CodeRabbit