Skip to content

Commit

Permalink
Update prepare-blocks.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire authored Nov 29, 2022
1 parent cd85996 commit 1d15c09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/prepare-blocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,16 @@ export function prepareBlocks({
type: 'section',
text: { type: 'plain_text', text },
fields: [
{ type: 'mrkdwn', text: `*Repo*\n<${repoUrl}|${owner}/${repo}>` },
{ type: 'mrkdwn', text: `*Repo*\n<${repoUrl}|${owner}/${repo}>`, unfurl_links: false, },
{
type: 'mrkdwn',
text: `*Branch*\n<${branchUrl}|\`${branch}\`>`,
unfurl_links: false,
},
{
type: 'mrkdwn',
text: `*Commit*\n<${shaUrl}|\`${sha.slice(0, 8)}\`>`,
unfurl_links: false,
},
{
type: 'mrkdwn',
Expand Down

0 comments on commit 1d15c09

Please sign in to comment.