summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Daily <kdaily@amazon.com>2022-04-22 16:09:02 -0700
committerKenneth Daily <kdaily@amazon.com>2022-04-22 16:09:02 -0700
commit3f78f3c2a8f7ff04be6e9f59a6b7bcb82eedb0ac (patch)
tree3fcf0e4053c0118e2c6527fcac630c32535af6fd
parentd9f70e74da696c49cf7e1b5bf0f501d0e1fc5e77 (diff)
downloadboto-3f78f3c2a8f7ff04be6e9f59a6b7bcb82eedb0ac.tar.gz
set ancient to 7 years old as first pass.
-rw-r--r--.github/workflows/stale_bot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale_bot.yml b/.github/workflows/stale_bot.yml
index adf66b72..70df86b8 100644
--- a/.github/workflows/stale_bot.yml
+++ b/.github/workflows/stale_bot.yml
@@ -23,7 +23,7 @@ jobs:
closed-for-staleness-label: closed-for-staleness
# Issue timing
- days-before-ancient: 365
+ days-before-ancient: 2555
days-before-close: 7
repo-token: ${{ secrets.GITHUB_TOKEN }}