You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Branch Protection settings. Set to null to disable
110
+
protection:
111
+
# Requires all conversations on code to be resolved before a pull request can be merged into a branch that matches this rule. Set to false to disable. Default: false.
112
+
required_conversation_resolution: true
113
+
# Required. Require at least one approving review on a pull request, before merging. Set to null to disable.
114
+
required_pull_request_reviews:
115
+
# The number of approvals required. (1-6)
116
+
required_approving_review_count: 1
117
+
# Dismiss approved reviews automatically when a new commit is pushed.
118
+
dismiss_stale_reviews: true
119
+
# Blocks merge until code owners have reviewed.
120
+
require_code_owner_reviews: true
121
+
# Specify which users and teams can dismiss pull request reviews. Pass an empty dismissal_restrictions object to disable. User and team dismissal_restrictions are only available for organization-owned repositories. Omit this parameter for personal repositories.
122
+
#dismissal_restrictions:
123
+
# users: []
124
+
# teams: []
125
+
bypass_pull_request_allowances:
126
+
#apps:
127
+
# - ospo-renovate
128
+
users:
129
+
#- ospo-renovate
130
+
- <user_name>
131
+
teams: []
132
+
# Required. Require status checks to pass before merging. Set to null to disable
133
+
required_status_checks:
134
+
# Required. Require branches to be up to date before merging.
135
+
strict: true
136
+
# Required. The list of status checks to require in order to merge into this branch
137
+
contexts:
138
+
- "Managed Control Plane Blueprints"
139
+
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
140
+
enforce_admins: false
141
+
# Prevent merge commits from being pushed to matching branches
142
+
required_linear_history: false
143
+
# Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable.
Modify [values.yaml](./values.yaml) file to change any available variable to your needs. It is mandatory to modify at least `domain` variable via values.yaml or `--set domain='...'` during helm chart execution. [See official helm chart template guide...](https://helm.sh/docs/chart_template_guide/values_files/)
9
+
{{- end }}
10
+
11
+
{{ define "sap.classification" -}}
12
+
> Classification: INTERNAL
13
+
14
+
*The keywords "MUST", "MUST NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC 2119](https://www.ietf.org/rfc/rfc2119.txt).*
0 commit comments