Skip to content

Commit

Permalink
It's perfectly fine for a PR not to have any tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Samasaur1 committed Jun 4, 2022
1 parent 4354e5d commit f1a42eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dangerfile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ if let body = danger.github.pullRequest.body {
fail("**Task \(num + 1) incomplete:** \(line.dropFirst(6))") // "- [ ] "
}
} else {
warn("PR has no tasks (are you sure?)")
message("PR has no tasks (are you sure?)")
}
} else {
warn("Cannot fetch PR body!")
Expand Down

0 comments on commit f1a42eb

Please sign in to comment.