👷 Increse stale issue interval to 120 days

pull/643/head
James Panther 2023-09-10 09:18:59 +10:00
parent e5c5767b29
commit 2b4ef71439
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@ jobs:
steps: steps:
- uses: actions/stale@v8 - uses: actions/stale@v8
with: with:
days-before-stale: 30 days-before-stale: 120
days-before-close: 14 days-before-close: 30
stale-issue-label: "stale" stale-issue-label: "stale"
exempt-issue-labels: "wip" exempt-issue-labels: "wip"
stale-pr-label: "stale" stale-pr-label: "stale"
@ -23,10 +23,10 @@ jobs:
If you are still experiencing this issue, please review the issue history and add a reply with any requested and/or additional information in order to keep the issue open. If you are still experiencing this issue, please review the issue history and add a reply with any requested and/or additional information in order to keep the issue open.
This issue will automatically close in 14 days if no further activity occurs. This issue will automatically close in 30 days if no further activity occurs.
stale-pr-message: > stale-pr-message: >
This pull request has been automatically marked as stale because it has not had any recent activity. This pull request has been automatically marked as stale because it has not had any recent activity.
Please review the PR history and add a reply with any requested information. If no information has been requested, it may be that this contribution does not fit with the project objectives, or does not adhere to the [contributing guidelines](https://github.com/jpanther/congo/blob/dev/CONTRIBUTING.md). If this is in error, please add a reply with further details. Please review the PR history and add a reply with any requested information. If no information has been requested, it may be that this contribution does not fit with the project objectives, or does not adhere to the [contributing guidelines](https://github.com/jpanther/congo/blob/dev/CONTRIBUTING.md). If this is in error, please add a reply with further details.
This PR will automatically close in 14 days if no further activity occurs. This PR will automatically close in 30 days if no further activity occurs.