Add issue commands json

Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
This commit is contained in:
Jianbo Sun 2022-10-10 11:28:58 +08:00
parent 5748ce7f32
commit e3f5fb59fe
1 changed files with 9 additions and 0 deletions

9
.github/issue-commands.json vendored Normal file
View File

@ -0,0 +1,9 @@
[
{
"type": "comment",
"name": "assign",
"allowUsers": [
"*"
]
}
]