summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Daily <kdaily@amazon.com>2022-04-28 12:29:58 -0700
committerGitHub <noreply@github.com>2022-04-28 12:29:58 -0700
commitfdb58825ca2726bed68922621e318f0f4e31b2c4 (patch)
tree8507343d1da68c09d07d2d82ba4f5ec2b4d409f3
parent428cfb04131ca225b6d1b214a6103dc47e30db4a (diff)
parent88a5b1fbca6ce1b20b2fc55c1311b497001bf62d (diff)
downloadboto-fdb58825ca2726bed68922621e318f0f4e31b2c4.tar.gz
Merge pull request #3941 from kdaily/add-deprecation-infra
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 }}