Monorepo for Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

jobs: don't wrap cover letter in fenced codeblocks

Hard to read on mobile.

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

-2
-2
jobs/src/index.ts
··· 450 450 '', 451 451 '## Cover letter', 452 452 '', 453 - '```', 454 453 data.cover, 455 - '```', 456 454 ] 457 455 .filter((l): l is string => l !== null) 458 456 .join('\n');