rust-lang / rust-log-analyzer

Analyzing Travis and Azure Pipelines logs to find encountered errors
MIT License
40 stars 27 forks source link

RLA doesn't support multiple repositories for the same project #42

Closed pietroalbini closed 4 years ago

pietroalbini commented 4 years ago

The GHA setup of rust-lang/rust involves two repositories in two organizations:

RLA doesn't currently support this, as it only allows listening for events in a single, hardcoded repository. We need to extend RLA to support a configurable primary repository (on which comments are posted) and multiple secondary repositories.