mirror of https://github.com/dapr/cli.git
chore: update stale bot duration to 90D
Signed-off-by: Mike Nguyen <hey@mike.ee>
This commit is contained in:
parent
29f8962111
commit
c8f4e74356
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue