From 9702bee2a5b4b660a0db586ab4a283fe520ecfcb Mon Sep 17 00:00:00 2001 From: Hector Ramos Date: Wed, 22 Feb 2017 15:08:41 -0800 Subject: [PATCH] Limit Slack notifications of Circle failures to master, stable Summary: Per https://circleci.com/docs/configuration/#per-branch-notifications Closes https://github.com/facebook/react-native/pull/12446 Differential Revision: D4601198 Pulled By: hramos fbshipit-source-id: 00edbbd31532041bb53f583c3a1667446dcd6b0b --- circle.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/circle.yml b/circle.yml index 00e1533aa..11ab7cad4 100644 --- a/circle.yml +++ b/circle.yml @@ -99,3 +99,10 @@ deployment: - echo "machine github.com login reactjs-bot password $GITHUB_TOKEN" > ~/.netrc - cd website && GIT_USER=reactjs-bot npm run gh-pages - node ./scripts/publish-npm.js + +experimental: + notify: + branches: + only: + - master + - /.*-stable/