From 0aef294df9de9026b9ae38805809f70663a08374 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 9 May 2018 20:15:38 -0700 Subject: [PATCH] ProBot Stale --- .github/stale.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..fd44849a --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,13 @@ +# ProBot Stale (https://probot.github.io/apps/stale/) + +daysUntilStale: 90 +daysUntilClose: 7 +exemptLabels: + - accepted + - bug + - enhancement +staleLabel: stale +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. +closeComment: false