Skip to content

Conversation

gaius-qi
Copy link
Member

Description

This pull request updates the configuration for the stale workflow in .github/workflows/stale.yml. The changes adjust the timing and messaging for marking issues and pull requests as stale or closed.

Changes to stale workflow configuration:

  • Reduced the days-before-close for issues from 60 days to 7 days and added days-before-pr-close with the same 7-day threshold.
  • Adjusted the days-before-stale for pull requests to 120 days and added specific stale and close messages for pull requests.

Related Issue

Motivation and Context

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation Update (if none of the other choices apply)

Checklist

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.

Signed-off-by: Gaius <gaius.qi@gmail.com>
@gaius-qi gaius-qi added the enhancement New feature or request label Apr 30, 2025
@gaius-qi gaius-qi added this to the v2.3.0 milestone Apr 30, 2025
@gaius-qi gaius-qi self-assigned this Apr 30, 2025
@gaius-qi gaius-qi requested a review from a team as a code owner April 30, 2025 04:27
Copy link

@Liam-Zhao Liam-Zhao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

codecov bot commented Apr 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.42%. Comparing base (47e6c33) to head (bf3d175).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4028      +/-   ##
==========================================
- Coverage   34.47%   34.42%   -0.06%     
==========================================
  Files         343      343              
  Lines       40211    40211              
==========================================
- Hits        13864    13843      -21     
- Misses      25434    25451      +17     
- Partials      913      917       +4     
Flag Coverage Δ
unittests 34.42% <ø> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Liam-Zhao Liam-Zhao enabled auto-merge (squash) April 30, 2025 04:34
@Liam-Zhao Liam-Zhao merged commit 49e5b76 into main Apr 30, 2025
30 checks passed
@Liam-Zhao Liam-Zhao deleted the feature/stale-rule branch April 30, 2025 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants