From 6c1471d0445fb704daf09b7dc02703d5ac10bc1a Mon Sep 17 00:00:00 2001 From: xiangzihao <460888207@qq.com> Date: Wed, 31 Jul 2024 17:34:05 +0800 Subject: [PATCH] [Chore] Stale issue improvement (#16398) * stale issue improvement --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8746672ac7..1409318a55 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -27,13 +27,13 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v4 + - uses: actions/stale@v9.0.0 with: # Stale Issues days-before-issue-stale: 30 days-before-issue-close: 7 - # We do not stale Issues with label `Waiting for reply`, `feature` and `DSIP` - exempt-issue-labels: 'Waiting for reply,feature,DSIP,security,roadmap' + # We do not stale Issues with label Waiting for reply,DSIP,security,roadmap,help wanted,good first issue,community + exempt-issue-labels: 'Waiting for reply,DSIP,security,roadmap,help wanted,good first issue,community' stale-issue-message: > This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.