Skip to content

feat: add automated bug triage utility (#14561) #17785

feat: add automated bug triage utility (#14561)

feat: add automated bug triage utility (#14561) #17785

Triggered via pull request May 2, 2026 15:36
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff (DTZ005): bug_triage.py#L87
bug_triage.py:87:12: DTZ005 `datetime.datetime.now()` called without a `tz` argument help: Pass a `datetime.timezone` object to the `tz` parameter
ruff (UP006): bug_triage.py#L83
bug_triage.py:83:32: UP006 Use `dict` instead of `Dict` for type annotation help: Replace with `dict`
ruff (UP006): bug_triage.py#L83
bug_triage.py:83:27: UP006 Use `list` instead of `List` for type annotation help: Replace with `list`
ruff (UP024): bug_triage.py#L77
bug_triage.py:77:16: UP024 Replace aliased errors with `OSError` help: Replace `IOError` with builtin `OSError`
ruff (UP015): bug_triage.py#L61
bug_triage.py:61:34: UP015 Unnecessary mode argument help: Remove mode argument
ruff (UP006): bug_triage.py#L51
bug_triage.py:51:25: UP006 Use `dict` instead of `Dict` for type annotation help: Replace with `dict`
ruff (UP006): bug_triage.py#L51
bug_triage.py:51:20: UP006 Use `list` instead of `List` for type annotation help: Replace with `list`
ruff (UP035): bug_triage.py#L10
bug_triage.py:10:1: UP035 `typing.List` is deprecated, use `list` instead
ruff (UP035): bug_triage.py#L10
bug_triage.py:10:1: UP035 `typing.Dict` is deprecated, use `dict` instead
ruff (I001): bug_triage.py#L7
bug_triage.py:7:1: I001 Import block is un-sorted or un-formatted help: Organize imports