Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed Apr 9, 2019
1 parent f70447f commit aafd85a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Dangerfile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,4 @@ if danger.github != nil {
if danger.github.pullRequest.title.contains("WIP") {
danger.warn("PR is classed as Work in Progress")
}

// TODO: We're still figuring this out
_ = danger.github.api.me { response in
print("OK")
switch response {
case let .success(user):
message(user.name ?? "")
case .failure:
break
}
}
}

0 comments on commit aafd85a

Please sign in to comment.