Skip to content

Commit

Permalink
Merge pull request #1697 from exitcode0/patch-4
Browse files Browse the repository at this point in the history
Update stale.yml
  • Loading branch information
MikeMondragon-okta authored Sep 6, 2023
2 parents 1fcea86 + 405205f commit 30d4a3c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Comment or this will be closed in 5 days'
days-before-stale: 60
days-before-close: 5
days-before-stale: 30
days-before-close: 35
remove-stale-when-updated: true
exempt-issue-labels: 'no-stalebot'
exempt-pr-labels: 'no-stalebot'
stale-issue-label: 'Stale'
stale-pr-label: 'Stale'
any-of-labels: 'waiting-response'
labels-to-remove-when-unstale: 'waiting-response'
close-pr-label: 'stalebot-closed'

0 comments on commit 30d4a3c

Please sign in to comment.