Skip to content

Commit

Permalink
[Chore] Stale issue improvement (#16398)
Browse files Browse the repository at this point in the history
* stale issue improvement
  • Loading branch information
SbloodyS authored and ailiujiarui committed Sep 2, 2024
1 parent 3e65e21 commit 721d4d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 721d4d8

Please sign in to comment.