-
Notifications
You must be signed in to change notification settings - Fork 84
Description
Is your feature request related to a problem?
Right now, Managment only wants to view the statistics and not the details of the report. So, they're not interesested in the list of PRs involved in the metrics.
Describe the solution you'd like
Right now, by default, the list of issues or PRs is included in the report, with no option to exclude it.
It would be ideal to have a new environment variable, maybe called HIDE_ISSUE_LIST (or similar), set to "false" by default (to respect backwards compatibility), to choose if the Issue list should be included in the report or not.
If this new environment variable is set to "true", then report would only include aggregated metrics, like in the following image:

Describe alternatives you've considered
I have considered the possibility of altering the report file once created, to remove the last table, containing the issue list. But for the sake of maintainability, it would be ideal to have this feature as part of the GH Action.
Additional context
None.