summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/stale_bot.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/stale_bot.yml b/.github/workflows/stale_bot.yml
index 70df86b8..e9790e14 100644
--- a/.github/workflows/stale_bot.yml
+++ b/.github/workflows/stale_bot.yml
@@ -21,9 +21,11 @@ jobs:
# Don't set closed-for-staleness label to skip closing very old issues
# regardless of label
closed-for-staleness-label: closed-for-staleness
-
+ stale-issue-label: closing-soon
+ stale-pr-label: closing-soon
+
# Issue timing
- days-before-ancient: 2555
+ days-before-ancient: 2922
days-before-close: 7
repo-token: ${{ secrets.GITHUB_TOKEN }}