We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01fae1c + e8631a2 commit 9989510Copy full SHA for 9989510
.github/scripts/sync-pr-to-linear.ts
@@ -37,7 +37,7 @@ async function syncPrToLinear() {
37
38
const commentBody = process.env.COMMENT_BODY;
39
40
- const fullComment = `@[${process.env.COMMENT_AUTHOR}](${process.env.COMMENT_AUTHOR_PROFILE}): ${commentBody}`;
+ const fullComment = `[@${process.env.COMMENT_AUTHOR}](${process.env.COMMENT_AUTHOR_PROFILE}): ${commentBody}`;
41
42
const createdComment = await linearClient.createComment({
43
issueId: existingIssue.id,
0 commit comments