eclipse / repairnator

Software development bots for Github. Join the bot revolution! :star2::robot::star2::revolving_hearts:
MIT License
382 stars 83 forks source link

add support for scanning pull-requests (GithubPullRequestScanner) #1244

Open monperrus opened 2 years ago

andre15silva commented 2 years ago
  1. GithubAPIPullRequestAdapter based on GithubAPICommitAdapter but scans for pull requests that have new commits inside of the interval (since to until)
  2. GithubPullRequestScanner based on GithubScanner, but that fetches pull requests from GithubAPIPullRequestAdapter