mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
feat: provide robot for use
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
committed by
Xinwei Xiong(cubxxw-openim)
parent
8f45b1d794
commit
68ff2b0cdb
@@ -6,7 +6,7 @@ on:
|
||||
jobs:
|
||||
issue_comment:
|
||||
name: Invite users to join our group
|
||||
if: ${{ github.event.comment.body == '/invite' }}
|
||||
if: ${{ github.event.comment.body == '/invite' || github.event.comment.body == '/close' || github.event.comment.body == '/comment' }}
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
Reference in New Issue
Block a user