From 1df9ae53f8f6059e155cbbe9f3f0a2a8d24ab0b3 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 1 Nov 2019 11:50:02 +0100 Subject: [PATCH] Add ci-reporter bot --- .github/ci-reporter.yml | 8 ++++++++ 1 file changed, 8 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 0000000000..243e671532 --- /dev/null +++ b/.github/ci-reporter.yml @@ -0,0 +1,8 @@ +# Set to false to create a new comment instead of updating the app's first one +updateComment: true + +# Use a custom string, or set to false to disable +before: "✨ Good work on this PR so far! ✨ Unfortunately, the [ build]() is failing as of . Here's the output:" + +# Use a custom string, or set to false to disable +after: "Thanks for contributing to this project!"