We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873106f commit f24e70fCopy full SHA for f24e70f
Dangerfile.df.kts
@@ -9,7 +9,7 @@ danger(args) {
9
0 -> fail("PR must have labels")
10
1 ->
11
prLabels.find { it.name.equals("ignore", ignoreCase = true) }?.let {
12
- warn("PR must have labels other than '[${it.name}](${it.url})'")
+ warn("PR must have labels other then '[${it.name}](${it.url})'")
13
}
14
else -> {}
15
0 commit comments