AlexSim93 / pull-request-analytics-action

Provides informative reports on team and developer metrics, based on data from pull requests and code reviews
MIT License
110 stars 10 forks source link

reports for modular monolith #47

Open izhavrid opened 1 month ago

izhavrid commented 1 month ago

Is your feature request related to a problem? Please describe. Our company develops in the modular monolith. It is one giant GitHub repo with a bunch of teams owning one or more modules. I need to see reports for my teams, and I don't see how I can do it.

Describe the solution you'd like I want to be able to run analytics only for modules that my team owns.

Describe alternatives you've considered I used LinearB but company decided not to proceed w/ it

Additional context n/a

AlexSim93 commented 1 month ago

Hi! Here are a couple of options:

  1. Hide results for other teams and developers: You can use the SHOW_USERS/HIDE_USERS parameters for this purpose. However, there are a few limitations:

Do these options work for your use case?