Ability to filter notifications per branch in 2.0
L
Laurent Raufaste
Right now the only support is https://circleci.com/docs/1.0/configuration/#per-branch-notifications
This works in CircleCI 2.0, but it's problematic for old repositories, as if we change the config.yml in master to include this, all PRs older than my push won't have any filter until they rebase against master, which can lead to a lot of noise.
Being able to specify a branch for notification in the UI would fix this issue as it would apply to all existing PRs immediately.
CCI-I-350
Jon Staples
Chiming in: This is powerful for security compliance reasons. We need to ensure notifications for production/staging builds are being sent to a variety of people but need to filter out the spam of development branch builds.
A
Aaron Buchanan
2 years later though, crickets.
E
Eric Buehl
This is a clear regression of a very simple but important feature from Circle 1.0