Skip to content

Commit 1df2dfd

Browse files
Register spam label closure (#25955)
Fixes microsoft/vscode-engineering#2790
1 parent 166f7a9 commit 1df2dfd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/commands.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,14 @@
153153
"addLabel": "info-needed",
154154
"removeLabel": "~confirmation-needed",
155155
"comment": "Please diagnose the root cause of the issue by running the command `F1 > Help: Troubleshoot Issue` and following the instructions. Once you have done that, please update the issue with the results.\n\nHappy Coding!"
156+
},
157+
{
158+
"type": "label",
159+
"name": "~spam",
160+
"removeLabel": "~spam",
161+
"addLabel": "spam",
162+
"action": "close",
163+
"reason": "not_planned",
164+
"comment": "Thank you for your submission. This issue has been closed as it doesn't meet our community guidelines or appears to be spam.\n\n**If you believe this was closed in error:**\n- Please review our [Code of Conduct](https://opensource.microsoft.com/codeofconduct/)\n- Ensure your issue contains a clear description of the problem or feature request\n- Feel free to open a new issue with appropriate detail if this was a legitimate concern\n\n**For legitimate issues, please include:**\n- Clear description of the problem\n- Steps to reproduce (for bugs)\n- Expected vs actual behavior\n- VS Code version and environment details\n\nThank you for helping us maintain a welcoming and productive community."
156165
}
157166
]

0 commit comments

Comments
 (0)