Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-34120] More legible
  • Loading branch information
recena committed May 3, 2016
1 parent 970cf77 commit fd767d9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -290,7 +290,7 @@ private void doRetrieve(SCMHeadObserver observer, TaskListener listener, GHRepos
if (criteria.isHead(probe, listener)) {
// FYI https://developer.github.com/v3/pulls/#response-1
Boolean mergeable = ghPullRequest.getMergeable();
if (!Boolean.TRUE.equals(mergeable)) {
if (Boolean.FALSE.equals(mergeable)) {
listener.getLogger().format(" Not mergeable, but it will be included%n");
}
listener.getLogger().format(" Met criteria%n");
Expand Down

0 comments on commit fd767d9

Please sign in to comment.