mirror of https://github.com/webpack/webpack.git
Skip CLA for dependabot
This commit is contained in:
parent
d2dbdd9b30
commit
e81fb969cf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue