Skip to content

Add env_var to include issue/PR list in the report #609

@mdemartinis

Description

@mdemartinis

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:

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.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions