Skip to content

Commit 24f0c9b

Browse files
mikeeecicoyledapr-bot
authored
chore: update stale bot duration to 90D (dapr#8680)
Signed-off-by: Mike Nguyen <[email protected]> Co-authored-by: Cassie Coyle <[email protected]> Co-authored-by: Dapr Bot <[email protected]>
1 parent 314c8bc commit 24f0c9b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/dapr-bot-schedule.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,26 +50,26 @@ jobs:
5050
uses: actions/[email protected]
5151
with:
5252
repo-token: ${{ secrets.DAPR_BOT_TOKEN }}
53-
days-before-pr-stale: 60
53+
days-before-pr-stale: 90
5454
days-before-pr-close: 7
55-
days-before-issue-stale: 60
55+
days-before-issue-stale: 90
5656
days-before-issue-close: 7
5757
stale-issue-message: >
5858
This issue has been automatically marked as stale because it has not had activity in the
59-
last 60 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity
59+
last 90 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity
6060
occurs. Thank you for your contributions.
6161
close-issue-message: >
6262
This issue has been automatically closed because it has not had activity in the
63-
last 67 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved.
63+
last 97 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved.
6464
Thank you for your contributions.
6565
stale-pr-message: >
6666
This pull request has been automatically marked as stale because it has not had
67-
activity in the last 60 days. It will be closed in 7 days if no further activity occurs. Please
67+
activity in the last 90 days. It will be closed in 7 days if no further activity occurs. Please
6868
feel free to give a status update now, ping for review, or re-open when it's ready.
6969
Thank you for your contributions!
7070
close-pr-message: >
7171
This pull request has been automatically closed because it has not had
72-
activity in the last 67 days. Please feel free to give a status update now, ping for review, or re-open when it's ready.
72+
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.
7373
Thank you for your contributions!
7474
stale-issue-label: 'stale'
7575
exempt-issue-labels: 'pinned,good first issue,help wanted,triaged/resolved'

0 commit comments

Comments
 (0)