spike, you are alive
This commit is contained in:
parent
59d51c4be4
commit
bff5aa05f5
3
packages/spike/.gitignore
vendored
3
packages/spike/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
tmp
|
||||
docs
|
||||
docs
|
||||
local-spike.db
|
||||
|
|
@ -16,7 +16,7 @@ export const listenForEvents = (client: Client) => {
|
|||
// Check if this is a PR thread
|
||||
const prData = getPRByDiscordThreadId(msg.channel.id)
|
||||
if (prData) {
|
||||
const message = `${mapDiscordUserToGitea(msg.author.username)}: ${msg.content}`
|
||||
const message = `**${mapDiscordUserToGitea(msg.author.username)}**: ${msg.content}`
|
||||
await createPRComment(prData, message, msg.id)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user