Skip to content

Commit 295a919

Browse files
committed
Add more jotnar labels for counting processed issues
Even though not successfully
1 parent 87e4bd8 commit 295a919

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/what-did-jotnar-do.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ async def get_jotnar_issues_basic_count() -> tuple[int, int]:
5454
"jotnar_rebase_failed",
5555
"jotnar_backport_failed",
5656
"jotnar_needs_attention",
57+
"jotnar_upstream_patch_missing",
58+
"jotnar_retry_blocked",
59+
"jotnar_cant_do"
5760
]
5861
# Build a JQL clause for all jotnar_* labels
5962
jql_labels = ", ".join(jotnar_labels)

0 commit comments

Comments
 (0)