Skip to content

Commit

Permalink
buildkite search: print annotation title
Browse files Browse the repository at this point in the history
  • Loading branch information
nrainer-materialize committed May 24, 2024
1 parent 5293e01 commit 69328a7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ def print_annotation_match(
)
print(f"URL: {with_formatting(web_url, COLOR_CYAN)}")

if annotation.title is not None:
print(f"Annotation: {with_formatting(annotation.title, COLOR_CYAN)}")

if not short_result_presentation:
print(SHORT_SEPARATOR)
print(matched_snippet)
Expand Down

0 comments on commit 69328a7

Please sign in to comment.