You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configurations hide_label_metrics, hide_items_closed_count, non_mentioning_links, report_title, and output_file don't work correctly in some conditions.
Describe the bug
The configurations
hide_label_metrics
,hide_items_closed_count
,non_mentioning_links
,report_title
, andoutput_file
don't work correctly in some conditions.The
write_to_markdown
function has 15 arguments.issue-metrics/markdown_writer.py
Lines 82 to 97 in 2150548
However, it is called with 14 arguments in
issue_metrics.py
because it lacks the argumenthide_label_metrics
.issue-metrics/issue_metrics.py
Lines 324 to 338 in 2150548
This causes the argument
hide_label_metrics
and the following arguments not to work correctly.To Reproduce
To set a query that does not have subquery
type:discussions
in it and returns at least one issue.Expected behavior
The configurations
hide_label_metrics
,hide_items_closed_count
,non_mentioning_links
,report_title
, andoutput_file=output_file
work.Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: