-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: ghprb-plugin
-
None
In the fabric8 repository we have multiple branches that are target for PRs. In our CI environment all PRs are processed by the same pull request job
This approach has the negative side effect that all builds (even if they target different branches) need to queue. Also it is likely that the different target branches require different job configuration in (the near) future.
The ghprb job configuration should allow to filter target branches.