Skip to content

Commit 9989510

Browse files
Merge pull request #49 from kunai-consulting/linear-soc2
fix: sync linear comment authir
2 parents 01fae1c + e8631a2 commit 9989510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/sync-pr-to-linear.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async function syncPrToLinear() {
3737

3838
const commentBody = process.env.COMMENT_BODY;
3939

40-
const fullComment = `@[${process.env.COMMENT_AUTHOR}](${process.env.COMMENT_AUTHOR_PROFILE}): ${commentBody}`;
40+
const fullComment = `[@${process.env.COMMENT_AUTHOR}](${process.env.COMMENT_AUTHOR_PROFILE}): ${commentBody}`;
4141

4242
const createdComment = await linearClient.createComment({
4343
issueId: existingIssue.id,

0 commit comments

Comments
 (0)