summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2019-11-14 06:44:08 -0800
committerGitHub <noreply@github.com>2019-11-14 06:44:08 -0800
commit993c214d94eb2d05f3302b1b17373ea7a5fee88f (patch)
tree70eac33dd128e312a04b58e8e328d28f170c80d7
parent4821ad3ce7865d74e74b63e9c21decc871657bea (diff)
parent1c1640634f2311a7203bfd6271ca0412a33c9d7c (diff)
downloadpelican-993c214d94eb2d05f3302b1b17373ea7a5fee88f.tar.gz
Merge pull request #2642 from getpelican/Lucas-C-patch-1
Extend stale bot issue closure window
-rw-r--r--.github/stale.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index d457dc02..b6991ba2 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -1,5 +1,11 @@
# Configuration for probot-stale - https://github.com/probot/stale
+# Number of days of inactivity before an Issue or Pull Request becomes stale
+daysUntilStale: 60
+
+# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
+daysUntilClose: 30
+
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: true
@@ -10,7 +16,7 @@ exemptMilestones: true
exemptAssignees: true
# Label to use when marking as stale
-staleLabel: retired
+staleLabel: stale
# Comment to post when marking as stale. Set to `false` to disable
markComment: >