Skip to content

Commit 69953f7

Browse files
committed
Test other messages with markdown
1 parent 76263e0 commit 69953f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dangerfile.df.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ 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<br/>\n" +
9+
"## PR introduces changes to the public API\n" +
1010
"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
}
14+
warn("test warning")
15+
message("test message")
16+
fail("test fail")
1417
onGitHub {
1518
val prLabels = issue.labels
1619
checkPrLabels(prLabels)

0 commit comments

Comments
 (0)