Skip to content

Commit

Permalink
RELTEC-11850: added "requireApprovals" as optional configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mplushnikov committed Jun 17, 2024
1 parent 0dacc7a commit a3b7dac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/generated_apimodel.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions api/openapi-v3-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -2875,6 +2875,7 @@
"commitMessageType": "DEFAULT",
"requireIssue": true,
"requireSuccessfulBuilds": 1,
"requireApprovals": 1,
"accessKeys": [
{
"key": "DEPLOYMENT",
Expand Down Expand Up @@ -2973,6 +2974,10 @@
"type": "integer",
"description": "Set the required successful builds counter."
},
"requireApprovals": {
"type": "integer",
"description": "Set the required approvals counter."
},
"excludeMergeCommits": {
"type": "boolean",
"description": "Exclude merge commits from commit checks."
Expand Down

0 comments on commit a3b7dac

Please sign in to comment.