mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
ci(autheliabot): remove commentary on all-contributor commits (#2091)
This commit is contained in:
parent
d518e1023e
commit
a004164bc3
4
.github/probot.js
vendored
4
.github/probot.js
vendored
|
@ -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/'
|
||||
|
|
Loading…
Reference in New Issue
Block a user