Skip to content

Commit f24e70f

Browse files
committed
Fix typo
1 parent 873106f commit f24e70f

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
@@ -9,7 +9,7 @@ danger(args) {
99
0 -> fail("PR must have labels")
1010
1 ->
1111
prLabels.find { it.name.equals("ignore", ignoreCase = true) }?.let {
12-
warn("PR must have labels other than '[${it.name}](${it.url})'")
12+
warn("PR must have labels other then '[${it.name}](${it.url})'")
1313
}
1414
else -> {}
1515
}

0 commit comments

Comments
 (0)