We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217666b commit 2b4cce2Copy full SHA for 2b4cce2
issue_metrics.py
@@ -127,7 +127,7 @@ def get_per_issue_metrics(
127
ignore_users: Union[List[str], None] = None,
128
max_comments_to_eval: int = 20,
129
heavily_involved: int = 3,
130
- env_vars: EnvVars = None,
+ env_vars: EnvVars = get_env_vars(),
131
) -> tuple[List, int, int]:
132
"""
133
Calculate the metrics for each issue/pr/discussion in a list provided.
0 commit comments