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 fa3ee0f commit 78a3fd0Copy full SHA for 78a3fd0
Dangerfile.df.kts
@@ -6,8 +6,8 @@ import systems.danger.kotlin.models.github.GitHubIssueLabel
6
danger(args) {
7
if (git.modifiedFiles.any { it.contains("json-schema-validator/api/") }) {
8
markdown(
9
- "PR introduces changes to the public API. " +
10
- "Please add **\"ABI breaking\"** label if **any line** in API file was changed or deleted. " +
+ "## PR introduces changes to the public API<br/>" +
+ "Please add **\"ABI breaking\"** label if **any line** in API file was changed or deleted.<br/>" +
11
"Please add **\"API breaking\"** label if **any public method** in API file was changed or deleted.",
12
)
13
}
0 commit comments