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 c36598c + cbd7b77 commit b243bbfCopy full SHA for b243bbf
labels.py
@@ -56,7 +56,7 @@ def get_label_metrics(issue: github3.issues.Issue, labels: List[str]) -> dict:
56
57
# Calculate the time to add or subtract to the time spent in label based on the label events
58
for event in label_events:
59
- # Skip labeling events that have occured past issue close time
+ # Skip labeling events that have occurred past issue close time
60
if issue.closed_at is not None and (
61
event.created_at >= datetime.fromisoformat(issue.closed_at)
62
):
0 commit comments