Skip to content

Commit

Permalink
Try to add url for label
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Jun 22, 2024
1 parent 40cca4b commit ec4587f
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 'ignore'")
warn("PR must have labels other than '[${it.name}](${it.url})'")
}
else -> {}
}
Expand Down

0 comments on commit ec4587f

Please sign in to comment.