|
178 | 178 | },
|
179 | 179 | "github": {
|
180 | 180 | "type": "object",
|
181 |
| - "description": "Configures Gitpod's GitHub app", |
| 181 | + "description": "Configures Gitpod's GitHub app (deprecated)", |
| 182 | + "deprecationMessage": "Deprecated. Please use the Project Settings to configure prebuilds.", |
182 | 183 | "properties": {
|
183 | 184 | "prebuilds": {
|
184 | 185 | "type": [
|
185 | 186 | "boolean",
|
186 | 187 | "object"
|
187 | 188 | ],
|
188 |
| - "description": "Set to true to enable workspace prebuilds, false to disable them. Defaults to true.", |
| 189 | + "description": "Set to true to enable workspace prebuilds, false to disable them. Defaults to true. (deprecated)", |
| 190 | + "deprecationMessage": "Deprecated. Please use the Project Settings to configure prebuilds.", |
189 | 191 | "properties": {
|
190 | 192 | "master": {
|
191 | 193 | "type": "boolean",
|
192 |
| - "description": "Enable prebuilds for the default branch (typically master). Defaults to true." |
| 194 | + "description": "Enable prebuilds for the default branch (typically master). Defaults to true.", |
| 195 | + "deprecationMessage": "Deprecated. Please use the Project Settings to configure prebuilds." |
193 | 196 | },
|
194 | 197 | "branches": {
|
195 | 198 | "type": "boolean",
|
196 |
| - "description": "Enable prebuilds for all branches. Defaults to false." |
| 199 | + "description": "Enable prebuilds for all branches. Defaults to false.", |
| 200 | + "deprecationMessage": "Deprecated. Please use the Project Settings to configure prebuilds." |
197 | 201 | },
|
198 | 202 | "pullRequests": {
|
199 | 203 | "type": "boolean",
|
200 |
| - "description": "Enable prebuilds for pull-requests from the original repo. Defaults to true." |
| 204 | + "description": "Enable prebuilds for pull-requests from the original repo. Defaults to true.", |
| 205 | + "deprecationMessage": "Deprecated. Please use the Project Settings to configure prebuilds." |
201 | 206 | },
|
202 | 207 | "pullRequestsFromForks": {
|
203 | 208 | "type": "boolean",
|
204 |
| - "description": "Enable prebuilds for pull-requests from any repo (e.g. from forks). Defaults to false." |
| 209 | + "description": "Enable prebuilds for pull-requests from any repo (e.g. from forks). Defaults to false.", |
| 210 | + "deprecationMessage": "Deprecated. This feature is about to be removed." |
205 | 211 | },
|
206 | 212 | "addBadge": {
|
207 | 213 | "type": "boolean",
|
208 |
| - "description": "Add a Review in Gitpod badge to pull requests. Defaults to true." |
| 214 | + "description": "Add a Review in Gitpod badge to pull requests. Defaults to true.", |
| 215 | + "deprecationMessage": "Deprecated. This feature is about to be removed." |
209 | 216 | },
|
210 | 217 | "addCheck": {
|
211 | 218 | "type": [
|
|
217 | 224 | false,
|
218 | 225 | "prevent-merge-on-error"
|
219 | 226 | ],
|
220 |
| - "description": "Add a commit check to pull requests. Set to 'fail-on-error' if you want broken prebuilds to block merging. Defaults to true." |
| 227 | + "description": "Add a commit check to pull requests. Set to 'fail-on-error' if you want broken prebuilds to block merging. Defaults to true.", |
| 228 | + "deprecationMessage": "Deprecated. This feature is about to be removed." |
221 | 229 | },
|
222 | 230 | "addLabel": {
|
223 | 231 | "type": [
|
224 | 232 | "boolean",
|
225 | 233 | "string"
|
226 | 234 | ],
|
227 |
| - "description": "Add a label to a PR when it's prebuilt. Set to true to use the default label (prebuilt-in-gitpod) or set to a string to use a different label name. This is a beta feature and may be unreliable. Defaults to false." |
| 235 | + "description": "Add a label to a PR when it's prebuilt. Set to true to use the default label (prebuilt-in-gitpod) or set to a string to use a different label name. This is a beta feature and may be unreliable. Defaults to false.", |
| 236 | + "deprecationMessage": "Deprecated. This feature is about to be removed." |
228 | 237 | }
|
229 | 238 | }
|
230 | 239 | }
|
|
0 commit comments