github.com/oam-dev/kubevela@v1.9.11/.github/bot.md (about)

     1  ### GitHub & kubevela automation
     2  
     3  The bot is configured via [issue-commands.json](https://github.com/kubevela/kubevela/blob/master/.github/issue-commands.json) 
     4  and some other GitHub [workflows](https://github.com/kubevela/kubevela/blob/master/.github/workflows).
     5  By default, users with write access to the repo is allowed to use the comments, 
     6  the [userlist](https://github.com/kubevela/kubevela/blob/master/.github/comment.userlist) 
     7  file is for adding additional members who do not have access and want to contribute to the issue triage.
     8  
     9  Comment commands:
    10  * Write the word `/needsInvestigation` in a comment, and the bot will add the corresponding label.
    11  * Write the word `/needsMoreInfo` in a comment, and the bot will add the correct label and standard message.
    12  * Write the word `/duplicate #<number>` to have `type/duplicate` label, the issue number is required for remind where is the other issue.
    13  * Write the word `/type/*` in a comment, and the bot will add the corresponding label `/type/*`.
    14  * Write the word `/area/*` in a comment, and the bot will add the corresponding label `/area/*`.
    15  * Write the word `/priority/*` in a comment, and the bot will add the corresponding label `/priority/*`.
    16  
    17  The `*` mention above represent a specific word. Please read the details about label category in [ISSUE_TRIAGE.md](https://github.com/kubevela/kubevela/blob/master/ISSUE_TRIAGE.md)  
    18  
    19  Label commands:
    20  
    21  * Add label `bot/question` the bot will close with standard question message and add label `type/question`
    22  * Add label `bot/needs more info` for bot to request more info (or use comment command mentioned above)
    23  * Add label `bot/no new info` for bot to close an issue where we asked for more info but has not received any updates in at least 14 days.
    24  * Add label `bot/duplicate` to have `type/duplicate` label & the bot will close issue with an appropriate message.
    25  * Add label `bot/close feature request` for bot to close a feature request with standard message.
    26  
    27  Assign:
    28  When you participating in an issue area, and you want to assign to others
    29  to distribute this task or self-assign to give a solution. You can use the comment bellow.
    30  * Write the word `/assign githubname` in a comment, the robot will automatically assign to the corresponding person.
    31  * Specially, write the word `/assign` in a comment, you can assgin this task to yourself.