aboutsummaryrefslogtreecommitdiff
path: root/bot/src/dotty/tools/bot/PullRequestService.scala
Commit message (Collapse)AuthorAgeFilesLines
* Only make one request per authorOlivier Blanvillain2017-02-131-20/+19
|
* Use `.pure` at use site instead of warpping with Task.nowOlivier Blanvillain2017-02-131-10/+17
|
* Implement relevant functionality for bot, pagination!Felix Mulder2017-02-131-46/+109
|
* Add initial steps to dotty-botFelix Mulder2017-02-131-0/+120
This PR will add a bot whose first purpose is to check the CLA of contributing PRs. It improves on the old bot in that it checks each commit individually, and doesn't get upset about 100+ commits. It would be fun to do this PR with you @OlivierBlanvillain, feel free to provide feedback/comments and refactor as you like