Conversation
Reviewer's Guide by SourceryThis pull request consolidates issue management workflows by introducing a new workflow to automatically close stale issues and removing two redundant workflows. The new workflow uses the No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Assessment against linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @ArgoZhang - I've reviewed your changes - here's some feedback:
Overall Comments:
- Consider adding a comment to the new workflow file explaining why the previous two workflows were consolidated.
- It might be helpful to include the labels
invalidandneed-repro-projectin the workflow name or description for clarity.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5715 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 657 657
Lines 29824 29824
Branches 4226 4226
=========================================
Hits 29824 29824 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Link issues
fixes #5714
Summary By Copilot
This pull request focuses on consolidating and simplifying the GitHub workflows related to issue management by replacing two existing workflows with a single, more efficient workflow.
Consolidation and simplification of workflows:
.github/workflows/close-stale-issues.ymlto handle closing inactive issues. This workflow runs daily and uses theactions/staleaction to mark issues as stale and close them if there is no response within 2 days..github/workflows/issue-check-inactive.ymlworkflow, which previously checked for inactive issues every 15 days and labeled them as inactive if there was no response within 3 days..github/workflows/issue-close-required.ymlworkflow, which previously closed issues labeled withneed-repro-projectif there was no response within 2 days.Regression?
Risk
Verification
Packaging changes reviewed?
☑️ Self Check before Merge
Summary by Sourcery
Consolidates and simplifies GitHub workflows related to issue management by replacing two existing workflows with a single, more efficient workflow to close stale issues.
CI:
need-repro-projectorinvalidafter 2 days of inactivity.need-repro-project.