chore: update stale bot duration to 90D

Signed-off-by: Mike Nguyen <hey@mike.ee>
This commit is contained in:
Mike Nguyen 2025-04-24 17:58:24 +01:00 committed by GitHub
parent 29f8962111
commit c8f4e74356
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ jobs:
repo-token: ${{ secrets.DAPR_BOT_TOKEN }} repo-token: ${{ secrets.DAPR_BOT_TOKEN }}
# Different amounts of days for issues/PRs are not currently supported but there is a PR # Different amounts of days for issues/PRs are not currently supported but there is a PR
# open for it: https://github.com/actions/stale/issues/214 # open for it: https://github.com/actions/stale/issues/214
days-before-stale: 30 days-before-stale: 90
days-before-close: 7 days-before-close: 7
stale-issue-message: > stale-issue-message: >
This issue has been automatically marked as stale because it has not had activity in the This issue has been automatically marked as stale because it has not had activity in the
@ -40,12 +40,12 @@ jobs:
Thank you for your contributions. Thank you for your contributions.
stale-pr-message: > stale-pr-message: >
This pull request has been automatically marked as stale because it has not had This pull request has been automatically marked as stale because it has not had
activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please activity in the last 90 days. It will be closed in 7 days if no further activity occurs. Please
feel free to give a status update now, ping for review, or re-open when it's ready. feel free to give a status update now, ping for review, or re-open when it's ready.
Thank you for your contributions! Thank you for your contributions!
close-pr-message: > close-pr-message: >
This pull request has been automatically closed because it has not had This pull request has been automatically closed because it has not had
activity in the last 37 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. activity in the last 97 days. Please feel free to give a status update now, ping for review, or re-open when it's ready.
Thank you for your contributions! Thank you for your contributions!
stale-issue-label: 'stale' stale-issue-label: 'stale'
exempt-issue-labels: 'pinned,good first issue,help wanted,triaged/resolved' exempt-issue-labels: 'pinned,good first issue,help wanted,triaged/resolved'