Skip to content

Commit

Permalink
Auto close dormant questions.
Browse files Browse the repository at this point in the history
  • Loading branch information
phw198 authored Dec 20, 2024
1 parent 04c2f11 commit 6ef62e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dormant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
issues: write

steps:
- uses: actions/stale@v4
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-pr-stale: -1
days-before-issue-stale: 30
stale-issue-label: 'dormant'
only-labels: 'bug'
any-of-issue-labels: 'bug,question'
exempt-issue-labels: 'resolved,waiting fix confirmation,help wanted,backlog'
stale-issue-message: 'This issue has been marked dormant because the last update is at least 30 days ago. If no update is made with the next 7 days, the issue will be closed.'
days-before-close: 7
Expand Down

0 comments on commit 6ef62e3

Please sign in to comment.