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 8312086 commit 748e9f7Copy full SHA for 748e9f7
.github/workflows/scripts/antispam.js
@@ -23,7 +23,7 @@ async function when_suspicious({ github, context, failed_checks }){
23
24
// REFACTO: might wanna use a score of confidence (how suspicious it is), then react on that
25
26
- const reasons = failed_checks.map(check => `- ${check.reason}`).join("\n> ");
+ const reasons = failed_checks.map(check => `> - ${check.reason}`).join("\n");
27
const commentBody = `> [!WARNING] This issue/PR has been automatically flagged as [suspicious] as it might not meet contribution requirements.
28
> Please read our contribution guide before submitting.
29
>
0 commit comments