Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/modules/integration/pages/notifications.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* *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.

Expand Down