From 4ec68a69e19c9434caa257c5565a2cf110da47e0 Mon Sep 17 00:00:00 2001 From: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Date: Thu, 24 Mar 2022 18:27:43 +0900 Subject: [PATCH] ci: add stale.yml for probot/stale (#111) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ci: add stale.yml for probot/stale Signed-off-by: Kenji Miyake * add a comment Signed-off-by: Kenji Miyake * Update .github/stale.yml Co-authored-by: M. Fatih Cırıt * Update stale.yml Co-authored-by: M. Fatih Cırıt --- .github/stale.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000000000..080b2383e911d --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,7 @@ +# Modified from https://github.com/probot/stale#usage + +# Number of days of inactivity before a stale issue is closed +daysUntilClose: false + +# Label to use when marking an issue as stale +staleLabel: stale