GitHub notifications

{{ cards.length }} unread notification 1 %} hidden{% endif %}>s (of {{ cards.length }} total)

Generated {{ now | date }}

Available filters

Click on a filter to apply it. Click on the filter again to remove it.

{% for repository in repositories %} {% endfor %} {% for reason in reasons %} {% endfor %}
{% for card in cards %} {% set repository = card.repo.owner + "/" + card.repo.name %}
{% if card.labels.length > 0 %}
{% for label in card.labels %} {{ label.name }} {% endfor %}
{% endif %}

{% if card.state !== "open" %} {{ card.state | printify }} {% endif %} {% if card.number %} #{{ card.number }} {% endif %} {{ card.title }}

{% if card.updated_at | datetime %}{% endif %}
{% if card.summary %}

Update summary (AI-generated)

{{ card.summary | markdown | safe }}
{% elif card.comments?.length > 0 %}

Latest activity

{% for comment in card.comments %}

@{{ comment.author }} ยท {% if comment.updated_at | datetime %}{% endif %}

{# allow markdown in the comment body #}
{{ comment.body | markdown | safe }}

View comment on GitHub

{% endfor %} {% endif %}
{% endfor %}