Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Sep 23, 2022
1 parent 519f4f7 commit 289519f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v5
- uses: actions/stale@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 21 days with no activity.'
days-before-stale: 21
days-before-close: 3
exempt-issue-milestones: 'bug,enhancement'
exempt-pr-milestones: 'bug,enhancement'

0 comments on commit 289519f

Please sign in to comment.