Skip to content

Commit

Permalink
Merge pull request #2778 from wangyang0616/update_stale_bot_timeout
Browse files Browse the repository at this point in the history
Extend the default timeout for stale
  • Loading branch information
volcano-sh-bot authored Feb 6, 2025
2 parents 4dea29b + d8626f9 commit bff75bb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,30 @@ exemptAssignees: false
staleLabel: lifecycle/stale

pull:
daysUntilClose: 60
daysUntilStale: 90
daysUntilClose: 90
daysUntilStale: 180
markComment: >
Hello πŸ‘‹ Looks like there was no activity on this amazing PR for last 90 days.
Hello πŸ‘‹ Looks like there was no activity on this amazing PR for last 180 days.
**Do you mind updating us on the status?** Is there anything we can help with? If you plan to still work on it, just comment on this PR or push a commit. Thanks! πŸ€—
If there will be no activity for 60 days, this issue will be closed (we can always reopen a PR if you get back to this!).
If there will be no activity for 90 days, this issue will be closed (we can always reopen a PR if you get back to this!).
#unmarkComment: No need for unmark comment.
closeComment: >
Closing for now as there was no activity for last 60 days after marked as stale, let us know if you need this to be reopened! πŸ€—
Closing for now as there was no activity for last 90 days after marked as stale, let us know if you need this to be reopened! πŸ€—
issues:
daysUntilClose: 60
daysUntilStale: 90
daysUntilClose: 90
daysUntilStale: 180
markComment: >
Hello πŸ‘‹ Looks like there was no activity on this issue for last 90 days.
Hello πŸ‘‹ Looks like there was no activity on this issue for last 180 days.
**Do you mind updating us on the status?** Is this still reproducible or needed? If yes, just comment on this PR or push a commit. Thanks! πŸ€—
If there will be no activity for 60 days, this issue will be closed (we can always reopen an issue if we need!).
If there will be no activity for 90 days, this issue will be closed (we can always reopen an issue if we need!).
#unmarkComment: No need for unmark comment.
closeComment: >
Closing for now as there was no activity for last 60 days after marked as stale, let us know if you need this to be reopened! πŸ€—
Closing for now as there was no activity for last 90 days after marked as stale, let us know if you need this to be reopened! πŸ€—
# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 30

0 comments on commit bff75bb

Please sign in to comment.