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 a7d6b9a commit e9bf055Copy full SHA for e9bf055
2 files changed
bug_triage.py
triage/bug_triage.py
@@ -87,10 +87,10 @@ def generate_report(bugs: list[dict]) -> None:
87
return
88
89
date = datetime.now(UTC).strftime("%Y-%m-%d")
90
-
+
91
if not os.path.exists(OUTPUT_PATH):
92
os.makedirs(OUTPUT_PATH)
93
94
output_file = os.path.join(OUTPUT_PATH, f"bug-triage-{date}.md")
95
96
p1 = [b for b in bugs if b["priority"] == "P1"]
0 commit comments