From 33f90085132d89dcba895f8c8220393d972600ec Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Sun, 14 Nov 2021 15:09:44 +0000 Subject: [PATCH] Fix github issue text --- src/Connections/GithubRepo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Connections/GithubRepo.ts b/src/Connections/GithubRepo.ts index aa261f39..f33e267b 100644 --- a/src/Connections/GithubRepo.ts +++ b/src/Connections/GithubRepo.ts @@ -288,7 +288,7 @@ export class GitHubRepoConnection implements IConnection { } const orgRepoName = event.repository.full_name; - const content = emoji.emojify(`${event.issue.user?.login} created a new JIRA issue [${orgRepoName}#${event.issue.number}](${event.issue}): "${event.issue.title}"`); + const content = emoji.emojify(`${event.issue.user?.login} created new issue [${orgRepoName}#${event.issue.number}](${event.issue}): "${event.issue.title}"`); const { labelsHtml, labelsStr } = FormatUtil.formatLabels(event.issue.labels); await this.as.botIntent.sendEvent(this.roomId, { msgtype: "m.notice",