From 82b2be95112ab5a3e211058be0184bc05180a1ea Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Sat, 17 Feb 2024 07:58:18 -0500 Subject: [PATCH 1/3] docs: add `member_feature_requested` 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..3b57e6ca440c 100644 --- a/content/rest/activity/notifications.md +++ b/content/rest/activity/notifications.md @@ -55,6 +55,7 @@ Reason Name | Description `ci_activity` | A {% data variables.product.prodname_actions %} workflow run that you triggered was completed. `invitation` | You accepted an invitation to contribute to the repository. `manual` | You subscribed to the thread (via an issue or pull request). +`member_feature_requested` | Please suggest a good description for this :) `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 %} From e99373c8b45c707069241cfdf6b17fc82ca0a15b Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Sat, 17 Feb 2024 08:02:04 -0500 Subject: [PATCH 2/3] Update notifications.md --- content/rest/activity/notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rest/activity/notifications.md b/content/rest/activity/notifications.md index 3b57e6ca440c..1c721233914e 100644 --- a/content/rest/activity/notifications.md +++ b/content/rest/activity/notifications.md @@ -55,7 +55,7 @@ Reason Name | Description `ci_activity` | A {% data variables.product.prodname_actions %} workflow run that you triggered was completed. `invitation` | You accepted an invitation to contribute to the repository. `manual` | You subscribed to the thread (via an issue or pull request). -`member_feature_requested` | Please suggest a good description for this :) +`member_feature_requested` | Please suggest a good description for this :) `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 %} From 7ccdb167ad0e3413d7cfaf443711e0a86753b0b8 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Wed, 21 Feb 2024 05:32:49 -0500 Subject: [PATCH 3/3] Update notifications.md --- content/rest/activity/notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rest/activity/notifications.md b/content/rest/activity/notifications.md index 1c721233914e..b896aed117ee 100644 --- a/content/rest/activity/notifications.md +++ b/content/rest/activity/notifications.md @@ -55,7 +55,7 @@ Reason Name | Description `ci_activity` | A {% data variables.product.prodname_actions %} workflow run that you triggered was completed. `invitation` | You accepted an invitation to contribute to the repository. `manual` | You subscribed to the thread (via an issue or pull request). -`member_feature_requested` | Please suggest a good description for this :) +`member_feature_requested` | Organization members have requested to enable a feature such as Draft Pull Requests or CoPilot. `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 %}