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 38b299c commit 8f9abfdCopy full SHA for 8f9abfd
bin/post-codeowners-comment/index.ts
@@ -61,7 +61,7 @@ async function run(): Promise<void> {
61
"| ------- | ------ |",
62
...matchedPatterns.map(
63
(pattern) =>
64
- `| ${pattern.pattern} | ${pattern.owners.map((owner) => "`" + owner + "`").join(", ")} |`,
+ `| \`${pattern.pattern}\` | ${pattern.owners.map((owner) => `\`${owner}\``).join(", ")} |`,
65
),
66
].join("\n");
67
0 commit comments