Is there a way to turn off build notifications for...
# seed
v
Is there a way to turn off build notifications for per PR deploys. Our per PR deploys base their settings off our dev stage. and we want notifications for the dev stage
f
Hey @Varun Mohan, I’ve seen team do this: 1. create a new stage ie.
pr-template
based its settings off the
dev
stage 2. remove build notifications for
pr-template
3. base PR deploys off
pr-template
v
Yeah we came around to something similar, thanks @Frank