From 9289ffaa0ce30142d519675486ed29f08ea8a874 Mon Sep 17 00:00:00 2001 From: Michael Lively Date: Wed, 25 Jun 2025 13:22:26 -0700 Subject: [PATCH] bot meta issue comment for ~chat-billing (#252439) bot comment for ~chat-billing --- .github/commands.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/commands.json b/.github/commands.json index 361a55aed26..769b5e9f0ae 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -595,5 +595,14 @@ "action": "close", "reason": "not_planned", "comment": "Please look at the following meta issue: https://github.com/microsoft/vscode-copilot-release/issues/7034. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem." + }, + { + "type": "label", + "name": "~chat-billing", + "removeLabel": "~chat-billing", + "addLabel":"chat-billing", + "action": "close", + "reason": "not_planned", + "comment": "Please look at the following meta issue: https://github.com/microsoft/vscode/issues/252230. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem." } ]