Skip to content

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

feat: add automated bug triage utility (#14561)

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

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
ruff
Process completed with exit code 1.
ruff (W293): triage/bug_triage.py#L93
triage/bug_triage.py:93:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (W293): triage/bug_triage.py#L90
triage/bug_triage.py:90:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (I001): triage/bug_triage.py#L7
triage/bug_triage.py:7:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (INP001): triage/bug_triage.py#L1
triage/bug_triage.py:1:1: INP001 File `triage/bug_triage.py` is part of an implicit namespace package. Add an `__init__.py`.
ruff (W293): bug_triage.py#L93
bug_triage.py:93:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (W293): bug_triage.py#L90
bug_triage.py:90:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (I001): bug_triage.py#L7
bug_triage.py:7:1: I001 Import block is un-sorted or un-formatted help: Organize imports