Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
Signed-off-by: René Gieling <[email protected]>
  • Loading branch information
dartcafe authored Jul 30, 2023
1 parent 6acb0eb commit aed0c8d
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 @@ -8,7 +8,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is marked as stale, because it had no activity in the last 30 days. It will be closed in 5 days.'
Expand All @@ -17,6 +17,8 @@ jobs:
exempt-issue-labels: 'enhancement,bug,investigate,UX'
exempt-pr-labels: 'enhancement,bug,investigate,UX'
exempt-all-milestones: true
days-before-stale: 30
days-before-close: 5
days-before-issue-stale: 30
days-before-issue-close: 5
days-before-pr-stale: -1
Expand Down

0 comments on commit aed0c8d

Please sign in to comment.