Skip to content

Commit e8631a2

Browse files
fix: sync linear comment authir
1 parent 7e7dd1e commit e8631a2

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)