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.
1 parent 7e7dd1e commit e8631a2Copy full SHA for e8631a2
.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