Skip to content

Commit

Permalink
Merge pull request #1688 from exitcode0/patch-3
Browse files Browse the repository at this point in the history
Update stale.yml
  • Loading branch information
MikeMondragon-okta authored Aug 31, 2023
2 parents afbafa8 + 4a4d95e commit 55e65af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ jobs:
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days'
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
remove-stale-when-updated: true
exempt-issue-labels: 'no-stalebot'
exempt-pr-labels: 'no-stalebot'
any-of-labels: 'waiting-response'
close-pr-label: 'stalebot-closed'

0 comments on commit 55e65af

Please sign in to comment.