Update governance.yml (#2748)
This commit is contained in:
parent
a52f1b75ff
commit
f156f178cd
1 changed files with 3 additions and 2 deletions
5
.github/governance.yml
vendored
5
.github/governance.yml
vendored
|
@ -81,7 +81,7 @@ pull_request:
|
|||
failure: Missing kind label to generate release automatically.
|
||||
|
||||
- prefix: area
|
||||
list: [ "agent", "local-api", "cscli", "security", "configuration"]
|
||||
list: [ "agent", "local-api", "cscli", "security", "configuration", "appsec"]
|
||||
multiple: true
|
||||
needs:
|
||||
comment: |
|
||||
|
@ -89,6 +89,7 @@ pull_request:
|
|||
* `/area agent`
|
||||
* `/area local-api`
|
||||
* `/area cscli`
|
||||
* `/area appsec`
|
||||
* `/area security`
|
||||
* `/area configuration`
|
||||
|
||||
|
@ -98,4 +99,4 @@ pull_request:
|
|||
author_association:
|
||||
collaborator: true
|
||||
member: true
|
||||
owner: true
|
||||
owner: true
|
||||
|
|
Loading…
Reference in a new issue