Browse Source

[Chore] Stale issue improvement (#16398)

* stale issue improvement
dev
xiangzihao 3 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:
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.

Loading…
Cancel
Save