From 62644d80d053ea7c8ad808e5eb68a6d2488641d7 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Wed, 11 Aug 2021 03:59:22 +0900 Subject: [PATCH] Add inactive and stale --- .github/label-commenter-config.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/label-commenter-config.yml b/.github/label-commenter-config.yml index 3454329b2..a524b04f9 100644 --- a/.github/label-commenter-config.yml +++ b/.github/label-commenter-config.yml @@ -10,3 +10,19 @@ labels: action: close locking: lock lock_reason: resolved + - name: inactive + labeled: + issue: + body: | + This issue has been marked as inactive. + + If you still encounter this or it has changed, add a comment to provide further information. + - name: stale + labeled: + issue: + body: | + This issue has been **LOCKED** because of it being old. + If you still encounter this or it has changed, open a new issue. + action: close + locking: lock + lock_reason: resolved