From a004164bc377bee8c32412f180bb100d17870e8f Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Thu, 17 Jun 2021 17:35:18 +1000 Subject: [PATCH] ci(autheliabot): remove commentary on all-contributor commits (#2091) --- .github/probot.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/probot.js b/.github/probot.js index 7caf6aab6..f75d03d92 100644 --- a/.github/probot.js +++ b/.github/probot.js @@ -4,6 +4,10 @@ on('pull_request.opened') context => context.payload.pull_request.head.label.slice(0, 9) === 'authelia:' ) + .filter( + context => + context.payload.pull_request.head.ref.slice(0, 17) !== 'all-contributors/' + ) .filter( context => context.payload.pull_request.head.ref.slice(0, 11) !== 'dependabot/'