aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/stale.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index a7774f4..e973482 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -12,8 +12,8 @@ jobs:
steps:
- uses: actions/stale@v9
with:
- days-before-issue-stale: 30
- days-before-issue-close: 30
+ days-before-issue-stale: 90
+ days-before-issue-close: 90
stale-issue-label: "stale"
exempt-all-milestones: true
exempt-issue-labels: "bug, high priority, good first issue, pinned"
@@ -24,8 +24,8 @@ jobs:
close-issue-message: >-
This issue been automatically closed due to lack of activity. Feel free to re-open it
if you ever come back to it.
- days-before-pr-stale: 30
- days-before-pr-close: 30
+ days-before-pr-stale: 90
+ days-before-pr-close: 90
exempt-pr-labels: "high priority, good first issue, pinned"
stale-pr-message: >-
This pull request has been automatically marked as stale because it has not