From d52299a5c87e0fd8eea4e112715345a113cb1f54 Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Fri, 18 Jun 2021 08:50:04 +0100 Subject: [PATCH] Correct filter name Filter for discussions is `is:discussion` without the `s` --- .../managing-notifications-from-your-inbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md b/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md index ed12f19ef8ee..17dd8a3a101d 100644 --- a/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md +++ b/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md @@ -116,7 +116,7 @@ To filter notifications for specific activity on {% data variables.product.produ - `is:repository-vulnerability-alert` - `is:repository-advisory`{% endif %} - `is:team-discussion`{% if currentVersion == "free-pro-team@latest" %} -- `is:discussions`{% endif %} +- `is:discussion`{% endif %} {% if currentVersion != "github-ae@latest" %} For information about reducing noise from notifications for {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %}, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)."