ci(buildkite): add notification webhook for blocked PRs (#2077)

pull/2078/head
Amir Zarrinkafsh 2021-06-10 13:23:23 +10:00 committed by GitHub
parent 983054f2b5
commit 91a2cc1caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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: "<REDACTED WEBHOOK_URL>"
if: build.state == "blocked"
...