refactor: change push message in github event
This commit is contained in:
parent
01d81f3929
commit
1d4aecff95
@ -59,7 +59,7 @@ export const feedIntegrationRouter = router({
|
||||
data: {
|
||||
channelId: channelId,
|
||||
eventName: eventType,
|
||||
eventContent: `[${pusherName}](mailto:${pusherEmail}) push commit **${commits}** to [${ref}] in [${fullName}](${repoUrl})`,
|
||||
eventContent: `[${pusherName}](mailto:${pusherEmail}) push commit **${commits}** to **${ref}** in [${fullName}](${repoUrl})`,
|
||||
tags: [],
|
||||
source: 'github',
|
||||
senderId,
|
||||
|
Loading…
Reference in New Issue
Block a user