aboutsummaryrefslogtreecommitdiff
path: root/bot
Commit message (Collapse)AuthorAgeFilesLines
* Add sbt-assembly for dotty-botFelix Mulder2017-02-131-1/+2
|
* Move test resources to testFelix Mulder2017-02-131-0/+0
|
* Only make one request per authorOlivier Blanvillain2017-02-131-20/+19
|
* Use `.pure` at use site instead of warpping with Task.nowOlivier Blanvillain2017-02-132-11/+17
|
* Implement relevant functionality for bot, pagination!Felix Mulder2017-02-134-47/+200
|
* Add test for unmarshalling github issue form JSONFelix Mulder2017-02-133-85/+139
|
* Add initial steps to dotty-botFelix Mulder2017-02-133-0/+570
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