Skip to content

Commit

Permalink
Merge pull request #49 from kunai-consulting/linear-soc2
Browse files Browse the repository at this point in the history
fix: sync linear comment authir
  • Loading branch information
thejackshelton-kunaico authored Aug 26, 2024
2 parents 01fae1c + e8631a2 commit 9989510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/sync-pr-to-linear.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function syncPrToLinear() {

const commentBody = process.env.COMMENT_BODY;

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

const createdComment = await linearClient.createComment({
issueId: existingIssue.id,
Expand Down

0 comments on commit 9989510

Please sign in to comment.