From 52d1c91aa4a843a271c03eb2190bcd4822f75ae2 Mon Sep 17 00:00:00 2001 From: Brian Alger Date: Wed, 22 Aug 2018 10:02:14 -0600 Subject: [PATCH] Update label that the stale bot uses refs #000 --- .github/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 0f23806e7fa2..124a93dabbca 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -7,6 +7,8 @@ daysUntilStale: 30 # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. daysUntilClose: 1 +staleLabel: stale + markComment: > This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you