From 86b84fadf0a0a39bf85959769a814ea0aaecbc52 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Wed, 3 Dec 2025 08:30:36 -0600 Subject: [PATCH 1/2] Update notifications.adoc We no longer have a "my branches" filter ( we haven't for a while). We have "my builds". Updating the docs to reflect behavior in the CCI UI --- docs/guides/modules/integration/pages/notifications.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/modules/integration/pages/notifications.adoc b/docs/guides/modules/integration/pages/notifications.adoc index 6bb228e419..7b7f812dad 100644 --- a/docs/guides/modules/integration/pages/notifications.adoc +++ b/docs/guides/modules/integration/pages/notifications.adoc @@ -36,7 +36,7 @@ workflows: To set or change your default email address, visit the link:https://app.circleci.com/settings/user/notifications[Notifications] page of the CircleCI application. You can also configure your preferences here: * *All builds in my projects* - you receive an email for every build in your project, whether it succeeds or fails. -* *My branches* - you receive an email when a build fails on a branch to which you have pushed changes. +* *My builds* - Send me an email every time a build I've pushed fails, and when it's fixed. Additionally, for Github and Bitbucket projects, include anyone's builds in branches I've pushed to before. * *My work (beta)* - you receive an email every time a build you triggered finishes. * *None* - you receive no emails, other than administrative messages relating to your account. From d5ce833709ab2169c9cb66e675eb6a5e3a4618c6 Mon Sep 17 00:00:00 2001 From: Rosie Yohannan Date: Tue, 9 Dec 2025 23:37:37 +0000 Subject: [PATCH 2/2] Update docs/guides/modules/integration/pages/notifications.adoc --- docs/guides/modules/integration/pages/notifications.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/modules/integration/pages/notifications.adoc b/docs/guides/modules/integration/pages/notifications.adoc index 7b7f812dad..59d155c33f 100644 --- a/docs/guides/modules/integration/pages/notifications.adoc +++ b/docs/guides/modules/integration/pages/notifications.adoc @@ -36,7 +36,7 @@ workflows: To set or change your default email address, visit the link:https://app.circleci.com/settings/user/notifications[Notifications] page of the CircleCI application. You can also configure your preferences here: * *All builds in my projects* - you receive an email for every build in your project, whether it succeeds or fails. -* *My builds* - Send me an email every time a build I've pushed fails, and when it's fixed. Additionally, for Github and Bitbucket projects, include anyone's builds in branches I've pushed to before. +* *My builds* - Send me an email every time a build fails that I triggered, and when it is fixed. Additionally, for Github and Bitbucket projects, include any builds on branches I have pushed to before. * *My work (beta)* - you receive an email every time a build you triggered finishes. * *None* - you receive no emails, other than administrative messages relating to your account.