From 9081ae0adc1cfeff223bf207bb1a6fa1ac57ff79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Wendt?= Date: Sat, 9 Nov 2024 18:11:27 +0100 Subject: [PATCH] docs: only unread notifications --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d447e9c..5ca7ec4 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ and watch the extension fetch information about each pull request in your notifi Notifications will be polled every minute, making use of the `Last-Modified` request header and adhering to the `X-Poll-Interval` response header as described [in this doc](https://docs.github.com/en/rest/activity/notifications?apiVersion=2022-11-28). +> [!NOTE] +> The extension only takes **unread notifications** into account. + ## Options You can choose exactly which notifications will be cleaned up. By default, no notifications will be cleaned up.