From 0f15e97db61c1c7a11693b2142aeccab68a4c27d Mon Sep 17 00:00:00 2001 From: Brian Boucheron Date: Thu, 7 Jun 2018 10:12:49 -0400 Subject: [PATCH] add ci-reporter configuration --- .github/ci-reporter.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/ci-reporter.yml diff --git a/.github/ci-reporter.yml b/.github/ci-reporter.yml new file mode 100644 index 0000000..f1a9994 --- /dev/null +++ b/.github/ci-reporter.yml @@ -0,0 +1,3 @@ +updateComment: true +before: "✨ Thank you for this pull request! ✨ Unfortunately, the [{{ provider }} build]({{ targetUrl }}) is failing as of {{ commit }}. Here's the output:" +after: "This is likely due to a broken link. Double-check your links and if they're not actually broken, we may need to update the tests instead."