summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Daily <kdaily@amazon.com>2022-04-26 09:49:37 -0700
committerKenneth Daily <kdaily@amazon.com>2022-04-26 09:49:37 -0700
commit88a5b1fbca6ce1b20b2fc55c1311b497001bf62d (patch)
tree8507343d1da68c09d07d2d82ba4f5ec2b4d409f3
parent8a960ee59360e6ef2087bbd319f3e64f847f82b0 (diff)
downloadboto-88a5b1fbca6ce1b20b2fc55c1311b497001bf62d.tar.gz
change to 8 years ancient and add different labels
-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 }}