Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Jun 22, 2024
1 parent 873106f commit f24e70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dangerfile.df.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ danger(args) {
0 -> fail("PR must have labels")
1 ->
prLabels.find { it.name.equals("ignore", ignoreCase = true) }?.let {
warn("PR must have labels other than '[${it.name}](${it.url})'")
warn("PR must have labels other then '[${it.name}](${it.url})'")
}
else -> {}
}
Expand Down

0 comments on commit f24e70f

Please sign in to comment.