Skip to content

Commit 78a3fd0

Browse files
committed
Update markdown
1 parent fa3ee0f commit 78a3fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dangerfile.df.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import systems.danger.kotlin.models.github.GitHubIssueLabel
66
danger(args) {
77
if (git.modifiedFiles.any { it.contains("json-schema-validator/api/") }) {
88
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. " +
9+
"## PR introduces changes to the public API<br/>" +
10+
"Please add **\"ABI breaking\"** label if **any line** in API file was changed or deleted.<br/>" +
1111
"Please add **\"API breaking\"** label if **any public method** in API file was changed or deleted.",
1212
)
1313
}

0 commit comments

Comments
 (0)