retest / rebazer

Helper service to handle pull requests on GitHub and Bitbucket.
GNU Affero General Public License v3.0
7 stars 2 forks source link

Support multiple repositories #7

Closed beatngu13 closed 6 years ago

beatngu13 commented 7 years ago

ReBaZerConfig should be adapted such that multiple repositories can be defined. Therefore, we should also change how the external configuration takes place. For instance, Spring Boot also supports YAML:

rebazer:
   user: service_user
   pass: dont_use_this_pass_at_home
   team: your_company
   workspace: ./rebazer-workspace
   repos:
       - foo
       - bar
       - baz