Browse Source

Improve: do not stale labeled issues

pull/235/head
xjasonlyu 2 years ago
parent
commit
5ffb0186bf
  1. 3
      .github/workflows/stale.yml

3
.github/workflows/stale.yml

@ -8,8 +8,9 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v6
- uses: actions/stale@v7
with:
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'
exempt-issue-labels: 'question,bug,enhancement'
days-before-stale: 60
days-before-close: 7

Loading…
Cancel
Save