Add stale workflow for issues and pull requests#52
Conversation
This workflow automatically marks stale issues and pull requests that have had no activity for a specified amount of time, helping to manage repository maintenance.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA new GitHub Actions workflow is added to automatically mark stale issues and pull requests. The workflow runs on a daily cron schedule, uses the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
This workflow automatically marks stale issues and pull requests that have had no activity for a specified amount of time, helping to manage repository maintenance.
Summary
Problem
Solution
Scope
dcli docker clean,internal/git).Type of change
feat(new capability)fix(bug fix)docs(documentation only)test(adds or changes tests)chore(maintenance, tooling, CI)other(describe in Summary)Related issues
Validation
make test,go test ./...,bin/dcli docker clean --dry-run).Screenshots / Demo
N/A(screenshots are rare for CLI, but logs show the runtime effect).Risk and impact
Breaking changes
None.Documentation
docs/CONFIGURATION.md,TESTING_README.md).Reviewer notes
Checklist
make test,go test ./..., etc.)go testoutputdocs/,README.md)Summary by CodeRabbit