Skip to content

Commit 2b4cce2

Browse files
zkoppertjmeridth
andcommitted
fix: Set proper default.
Co-authored-by: jmeridth <[email protected]> Signed-off-by: Zack Koppert <[email protected]>
1 parent 217666b commit 2b4cce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

issue_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def get_per_issue_metrics(
127127
ignore_users: Union[List[str], None] = None,
128128
max_comments_to_eval: int = 20,
129129
heavily_involved: int = 3,
130-
env_vars: EnvVars = None,
130+
env_vars: EnvVars = get_env_vars(),
131131
) -> tuple[List, int, int]:
132132
"""
133133
Calculate the metrics for each issue/pr/discussion in a list provided.

0 commit comments

Comments
 (0)