Skip to content

Commit 41710f7

Browse files
authored
add ~spam label command (microsoft#258310)
1 parent 1f4890e commit 41710f7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/commands.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,5 +613,15 @@
613613
"action": "close",
614614
"reason": "not_planned",
615615
"comment": "Please look at the following meta issue: https://github.com/microsoft/vscode/issues/253134. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem."
616+
},
617+
{
618+
"type": "label",
619+
"name": "~spam",
620+
"removeLabel": "~spam",
621+
"addLabel": "spam",
622+
"action": "close",
623+
"reason": "not_planned",
624+
"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."
616625
}
626+
617627
]

0 commit comments

Comments
 (0)