From 15edb2a0748a6926fb1b6d859f2ca882ad8a5f89 Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Wed, 17 Jun 2020 16:39:18 +1000 Subject: [PATCH] [CI] Adjust external PR commentary (#1117) Within the current message autheliabot refers to itself in third person, this looks to clear up the language around that messaging. --- .github/probot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/probot.js b/.github/probot.js index 140a6cc21..51198afc7 100644 --- a/.github/probot.js +++ b/.github/probot.js @@ -20,7 +20,7 @@ on('pull_request.opened') context => context.payload.pull_request.head.label.slice(0, 9) !== 'authelia:' ) - .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. + .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. You are free to apply the changes if you're comfortable, alternatively you are welcome to ask a team member for advice.