From ccc5ce8b42533dda2eccb53c04e23744824c37d4 Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Wed, 1 Jul 2020 16:59:46 +1000 Subject: [PATCH] [CI] Final touches to PR commentary (#1171) --- .github/probot.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/probot.js b/.github/probot.js index cb739f188..e4f7d60e7 100644 --- a/.github/probot.js +++ b/.github/probot.js @@ -24,7 +24,7 @@ on('pull_request.opened') context => !context.payload.pull_request.head.label.includes(':master') ) - .comment(`Thanks for choosing to contribute. We lint all PR's with golangci-lint, I may add a review to your PR with some suggestions. + .comment(`Thanks for choosing to contribute @{{ user.login }}. We lint all PR's with golangci-lint, I may add a review to your PR with some suggestions. You are free to apply the changes if you're comfortable, alternatively you are welcome to ask a team member for advice. @@ -44,6 +44,7 @@ on('pull_request.opened') context => context.payload.pull_request.head.label.includes(':master') ) - .comment(`Thanks for choosing to contribute. It appears that you're submitting a PR from a forked master branch. + .comment(`Thanks for choosing to contribute @{{ user.login }}. -This causes issues with codecov, please close this PR and re-submit your PR from a branch other than master.`) \ No newline at end of file +Unfortunately it appears that you're submitting a PR from a forked master branch and this is known to causes issues with codecov. Please re-submit your PR from a branch other than master.`) + .close() \ No newline at end of file