We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15a560 commit 61ce630Copy full SHA for 61ce630
1 file changed
dangerfile.ts
@@ -14,7 +14,7 @@ const go = async () => {
14
region: "eastus"
15
})
16
17
- message(`Translation of ${danger.github.utils.fileLinks([file])}\n\n${translation}`)
+ message(`## Translation of ${danger.github.utils.fileLinks([file])}\n\n${translation}`)
18
};
19
}
20
0 commit comments