Skip to content

Commit 45e9c8e

Browse files
authored
add ~capi bot label -- for manual usage (microsoft#261113)
add capi automation label -- for manual usage
1 parent 128f541 commit 45e9c8e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/commands.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,15 @@
622622
"action": "close",
623623
"reason": "not_planned",
624624
"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."
625+
},
626+
{
627+
"type": "label",
628+
"name": "~capi",
629+
"addLabel": "capi",
630+
"removeLabel": "~capi",
631+
"assign": [
632+
"samvantran",
633+
"thispaul"
634+
]
625635
}
626-
627636
]

0 commit comments

Comments
 (0)