Skip CLA for dependabot

This commit is contained in:
Tobias Koppers 2019-05-14 16:29:30 +02:00 committed by GitHub
parent d2dbdd9b30
commit e81fb969cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -492,6 +492,20 @@ rules:
*You don't have to change it for this PR, just make sure to follow this hint the next time you submit a PR.*
# skip CLA for dependabot
- filters:
open: true
pull_request:
author: "^dependabot\\[bot\\]$"
status:
context: "licence/cla"
state: "pending"
actions:
status:
context: "licence/cla"
description: "Contributor License Agreement is not needed for this user."
state: "success"
# add "Send a PR" label when somebody with write permission say it
- filters:
open: true