Skip to content

Commit 4f6ca0b

Browse files
committed
Try warn instead of fail
1 parent 9909779 commit 4f6ca0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dangerfile.df.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import systems.danger.kotlin.*
55
danger(args) {
66
onGitHub {
77
if (issue.labels.isEmpty()) {
8-
fail("PR must have labels")
8+
warn("PR must have labels")
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)