Skip to content

Conversation

gaius-qi
Copy link
Member

Description

This pull request updates the stale.yml workflow configuration to reduce the time thresholds for marking issues and pull requests as stale or closed due to inactivity.

Changes to stale thresholds in .github/workflows/stale.yml:

  • Reduced days-before-stale for issues from 90 days to 60 days.
  • Reduced days-before-pr-stale for pull requests from 120 days to 60 days.
  • Updated stale-issue-message and stale-pr-message to reflect the new thresholds.

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.

…-before-pr-stale to 60 days for stale action

Signed-off-by: Gaius <gaius.qi@gmail.com>
@gaius-qi gaius-qi added this to the v2.3.0 milestone Jun 10, 2025
@gaius-qi gaius-qi self-assigned this Jun 10, 2025
@gaius-qi gaius-qi requested a review from a team as a code owner June 10, 2025 06:00
@gaius-qi gaius-qi added the enhancement New feature or request label Jun 10, 2025
Copy link
Member

@BruceAko BruceAko left a comment

Choose a reason for hiding this comment

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

LGTM

@gaius-qi gaius-qi enabled auto-merge (squash) June 10, 2025 06:02
Copy link

codecov bot commented Jun 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.18%. Comparing base (455a56e) to head (919e901).
Report is 5 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4124      +/-   ##
==========================================
- Coverage   33.20%   33.18%   -0.03%     
==========================================
  Files         346      346              
  Lines       40656    40656              
==========================================
- Hits        13499    13490       -9     
- Misses      26264    26273       +9     
  Partials      893      893              
Flag Coverage Δ
unittests 33.18% <ø> (-0.03%) ⬇️

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

see 2 files with indirect coverage changes

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

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

@gaius-qi gaius-qi merged commit 7948045 into main Jun 11, 2025
21 of 22 checks passed
@gaius-qi gaius-qi deleted the feature/stale branch June 11, 2025 03:26
gaius-qi added a commit that referenced this pull request Jun 13, 2025
…-before-pr-stale to 60 days for stale action (#4124)

Signed-off-by: Gaius <gaius.qi@gmail.com>
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.

6 participants