Skip to content

Commit

Permalink
Update stale-issues-bot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeiroguilherme authored Nov 12, 2024
1 parent 52fe294 commit 41b23a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale-issues-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/stale@v9
with:
any-of-labels: 'Needs more info'
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Please comment on this issue otherwise it will be closed in 7 days.'
stale-issue-message: 'This issue is stale because it has been open 21 days with no activity. Please comment on this issue otherwise it will be closed in 7 days.'
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
days-before-issue-stale: 30
days-before-issue-stale: 21
days-before-issue-close: 7

0 comments on commit 41b23a0

Please sign in to comment.