ci(autheliabot): remove commentary on all-contributor commits (#2091)

pull/2093/head
Amir Zarrinkafsh 2021-06-17 17:35:18 +10:00 committed by GitHub
parent d518e1023e
commit a004164bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
.github/probot.js vendored
View File

@ -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/'