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: {
|
data: {
|
||||||
channelId: channelId,
|
channelId: channelId,
|
||||||
eventName: eventType,
|
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: [],
|
tags: [],
|
||||||
source: 'github',
|
source: 'github',
|
||||||
senderId,
|
senderId,
|
||||||
|
Loading…
Reference in New Issue
Block a user