Browse Source

[Chore] Stale issue improvement (#16398)

* stale issue improvement
dev
xiangzihao 4 months ago committed by GitHub
parent
commit
6c1471d044
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      .github/workflows/stale.yml

6
.github/workflows/stale.yml

@ -27,13 +27,13 @@ jobs:
stale: stale:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/stale@v4 - uses: actions/stale@v9.0.0
with: with:
# Stale Issues # Stale Issues
days-before-issue-stale: 30 days-before-issue-stale: 30
days-before-issue-close: 7 days-before-issue-close: 7
# We do not stale Issues with label `Waiting for reply`, `feature` and `DSIP` # 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,feature,DSIP,security,roadmap' exempt-issue-labels: 'Waiting for reply,DSIP,security,roadmap,help wanted,good first issue,community'
stale-issue-message: > stale-issue-message: >
This issue has been automatically marked as stale because it has not had recent activity 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. for 30 days. It will be closed in next 7 days if no further activity occurs.

Loading…
Cancel
Save