From 91a2cc1caa281316d956808c93a1dc515cf1fea6 Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Thu, 10 Jun 2021 13:23:23 +1000 Subject: [PATCH] ci(buildkite): add notification webhook for blocked PRs (#2077) --- .buildkite/pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index cd55c506d..7d4f5db44 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -40,4 +40,8 @@ steps: - label: ":rocket: Setup Deployment" command: ".buildkite/deployment.sh | buildkite-agent pipeline upload" if: build.pull_request.repository.fork == true + +notify: + - webhook: "" + if: build.state == "blocked" ...