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.
2 parents 628a112 + b60ac57 commit 7736010Copy full SHA for 7736010
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.8-slim-buster
+FROM python:3.11-slim
2
LABEL org.opencontainers.image.source https://github.com/github/issue-metrics
3
4
WORKDIR /action/workspace
issue_metrics.py
@@ -277,7 +277,7 @@ def get_average_time_to_close(
277
278
def get_per_issue_metrics(
279
issues: List[github3.issues.Issue], # type: ignore
280
-) -> tuple[List[IssueWithMetrics], int, int]:
+) -> tuple[List, int, int]:
281
"""
282
Calculate the metrics for each issue in a list of GitHub issues.
283
0 commit comments