From a26ddf9c65088273d89ccbf534c07c400ad1b671 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Tue, 21 Apr 2020 13:08:40 +1000 Subject: [PATCH] [CI] Update PR commentary messages (#890) * thank users for their contribution * let users know about the golangci-lint reviews * notify users about artifacts on buildkite --- .github/probot.js | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/probot.js b/.github/probot.js index ea81d03df..22782e305 100644 --- a/.github/probot.js +++ b/.github/probot.js @@ -8,8 +8,10 @@ on('pull_request.opened') context => context.payload.pull_request.head.ref.slice(0, 11) !== 'dependabot/' ) - .comment(`# Docker Container -These changes are published for testing at the following location: + .comment(`# Artifacts +These changes are published for testing on Buildkite and DockerHub. + +## Docker Container * \`docker pull authelia/authelia:{{ pull_request.head.ref }}\``) // PR commentary for third party based contributions @@ -18,6 +20,11 @@ on('pull_request.opened') context => context.payload.pull_request.head.label.slice(0, 9) !== 'authelia:' ) - .comment(`# Docker Container -These changes once approved by a team member will be published for testing at the following location: + .comment(`Thanks for choosing to contribute. We lint all PR's with golangci-lint, autheliabot 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. + +# Artifacts +These changes once approved by a team member will be published for testing on Buildkite and DockerHub. + +## Docker Container * \`docker pull authelia/authelia:PR{{ pull_request.number }}\``) \ No newline at end of file