Skip to content

Commit

Permalink
feat: update reply message
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Jun 21, 2024
1 parent 7b18b48 commit a3185f0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/im/commands/opensumi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ export function registerOpenSumiCommand(it: IMCommandCenter) {
await bot.reply(
convertToDingMarkdown(
'开始部署机器人',
'开始部署机器人 & 预发机器人' + text,
'[开始部署机器人 & 预发机器人](https://github.com/opensumi/github-bot/actions)' +
text,
),
);
});
Expand Down Expand Up @@ -97,7 +98,11 @@ export function registerOpenSumiCommand(it: IMCommandCenter) {

await app.opensumiOctoService.deployBotPre(workflowRef);
await bot.reply(
convertToDingMarkdown('开始部署预发机器人', '开始部署预发机器人' + text),
convertToDingMarkdown(
'开始部署预发机器人',
'[开始部署预发机器人](https://github.com/opensumi/github-bot/actions)' +
text,
),
);
});

Expand Down

0 comments on commit a3185f0

Please sign in to comment.