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
auto_merge: false,// Attempts to automatically merge the default branch into the requested ref, if it is behind the default branch.
325
311
required_contexts: [],// The status contexts to verify against commit status checks. If this parameter is omitted, then all unique contexts will be verified before a deployment is created. To bypass checking entirely pass an empty array. Defaults to all unique contexts.
326
312
payload: {
327
-
repo,component,domain, action, environment,
313
+
repo, domain, action, environment,
328
314
},// JSON payload with extra information about the deployment. Default: ""
329
315
environment,// Name for the target deployment environment (e.g., production, staging, qa)
330
316
description,// Short description of the deployment
auto_merge: false,// Attempts to automatically merge the default branch into the requested ref, if it is behind the default branch.
369
355
required_contexts: [],// The status contexts to verify against commit status checks. If this parameter is omitted, then all unique contexts will be verified before a deployment is created. To bypass checking entirely pass an empty array. Defaults to all unique contexts.
370
356
payload: {
371
-
repo,component,domain, action, environment,
357
+
repo, domain, action, environment,
372
358
},// JSON payload with extra information about the deployment. Default: ""
373
359
environment,// Name for the target deployment environment (e.g., production, staging, qa)
374
360
description,// Short description of the deployment
0 commit comments