From 5e220bcb5b19a740c66603cabad1ffbf1a520b06 Mon Sep 17 00:00:00 2001 From: Riley Park Date: Wed, 2 Dec 2020 12:27:23 -0800 Subject: [PATCH] [ci skip] add stale bot configuration --- .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 0000000000..3cab1f672c --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,13 @@ +daysUntilStale: 60 +daysUntilClose: 7 +exemptLabels: + - "status: accepted" +staleLabel: "resolution: 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. Thank you + for your contributions. +closeComment: > + This issue has been automatically closed because it has not had activity in + a long time. If the issue still applies to the most recent supported + version, please open a new issue referencing this original issue.