Add allow list for approvals (#4768)

Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
qwerty287
2025-01-30 01:21:33 +02:00
committed by GitHub
parent ee0e5fb47f
commit 8e99551d18
8 changed files with 86 additions and 2 deletions

View File

@@ -5054,6 +5054,12 @@ const docTemplate = `{
"allow_pr": {
"type": "boolean"
},
"approval_allowed_users": {
"type": "array",
"items": {
"type": "string"
}
},
"avatar_url": {
"type": "string"
},
@@ -5135,6 +5141,12 @@ const docTemplate = `{
"allow_pr": {
"type": "boolean"
},
"approval_allowed_users": {
"type": "array",
"items": {
"type": "string"
}
},
"cancel_previous_pipeline_events": {
"type": "array",
"items": {