From 296b71c0ff1f897f66f204f991c4a33589330909 Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Fri, 10 Sep 2021 10:50:59 -0700 Subject: [PATCH] Add Out of Scope label comment (#17044) * Add Out of Scope label comment * Add close/reopen actions * Remove reopen clause --- .github/label-actions.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index cfeb0a670c..605940e186 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -1,3 +1,4 @@ +# actions for Needs Logs label Needs Logs: comment: "We need more info to debug your particular issue. If you could attach your logs to the issue (ensure no private data is in them), it would help us fix the issue much faster. @@ -25,3 +26,11 @@ There are two types of logs to collect: - Run the command: **`Developer: Open Logs Folder`** - This will open the log folder locally. Please zip up this folder and attach it to the issue." + +# actions for Out of Scope label +Out of Scope: + comment: "Thank you for opening this suggestion! This enhancement is not planned in our +medium-term roadmap. The issue is being closed to reduce active issues to focus on +enhancements that are being considered for an upcoming release. We will review closed issues +with the 'Out of Scope' label when doing long-term planning." + close: true