From 3d946887462f0612feeb875c46a830b214595896 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Sat, 17 Feb 2024 07:51:15 -0500 Subject: [PATCH] docs(notifications): add missing security_advisory_credit reason --- content/rest/activity/notifications.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/rest/activity/notifications.md b/content/rest/activity/notifications.md index d875dcb9ed12..85b1ef89d1eb 100644 --- a/content/rest/activity/notifications.md +++ b/content/rest/activity/notifications.md @@ -58,6 +58,7 @@ Reason Name | Description `mention` | You were specifically **@mentioned** in the content. `review_requested` | You, or a team you're a member of, were requested to review a pull request.{% ifversion fpt or ghec %} `security_alert` | {% data variables.product.prodname_dotcom %} discovered a [security vulnerability](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts) in your repository.{% endif %} +`security_advisory_credit` | You were credited for contributing to a security advisory. `state_change` | You changed the thread state (for example, closing an issue or merging a pull request). `subscribed` | You're watching the repository. `team_mention` | You were on a team that was mentioned.