Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable CI notifications for only the master branch #75

Open
matthew-reynolds opened this issue Mar 13, 2019 · 0 comments
Open

Enable CI notifications for only the master branch #75

matthew-reynolds opened this issue Mar 13, 2019 · 0 comments

Comments

@matthew-reynolds
Copy link
Member

📖 Documentation Error

We would like to be able to send notifications (Slack and/or email) on the status of the build from Travis. However, we would like to notify only when the build status master branch changes. We don't care about feature branches or pull requests, and we don't care if the status stays unchanged. We only care about the status of the master branch.

Looks like neither Travis nor Circle support branch-specific notification filtering at the moment - Travis has a ticket open and says it's WIP (See here), Circle is in a weird spot where it worked in 1.0 but not in 2.0, despite employee claims that old syntax should be valid, so a bit harder to know the status there (See here).

I propose we disable all notifications for now, since they should be a rarity anyways thanks to the restrictions on master branch and the PR status checks. And then once Travis adds this feature, we can enable branch-specific notifications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant