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 e77564f commit 6acb0eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
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.'
stale-issue-label: 'stale'
stale-pr-label: 'stale'
exempt-issue-labels: 'enhancement,bug,investigate,UX'
exempt-pr-labels: 'enhancement,bug,investigate,UX'
exempt-all-milestones: true
days-before-stale: 500
days-before-close: 500
days-before-issue-stale: 30
days-before-issue-close: 5
days-before-pr-stale: 500
days-before-pr-close: 500
days-before-pr-stale: -1
days-before-pr-close: -1
exempt-draft-pr: true

0 comments on commit 6acb0eb

Please sign in to comment.