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
"description": "The name pattern that branches must match in order to deploy to the environment.\\n\\nWildcard characters will not match `\\/`. For example, to match branches that begin with `release\\/` and contain an additional single slash, use `release\\/*\\/*`.\\nFor more information about pattern matching syntax, see the [Ruby File.fnmatch documentation](https:\\/\\/ruby-doc.org\\/core-2.5.1\\/File.html#method-c-fnmatch).",
19
+
"examples": [
20
+
"release\\/*"
21
+
]
22
+
}
23
+
}
24
+
}';
25
+
publicconstSCHEMA_TITLE = 'Deployment branch policy name pattern';
26
+
publicconstSCHEMA_DESCRIPTION = '';
27
+
publicconstSCHEMA_EXAMPLE_DATA = '{
28
+
"name": "release\\/*"
29
+
}';
30
+
31
+
/**
32
+
* name: The name pattern that branches must match in order to deploy to the environment.
33
+
34
+
Wildcard characters will not match `/`. For example, to match branches that begin with `release/` and contain an additional single slash, use `release/*`.
35
+
For more information about pattern matching syntax, see the [Ruby File.fnmatch documentation](https://ruby-doc.org/core-2.5.1/File.html#method-c-fnmatch).
description: Return a 200 status to indicate that the data was received
45392
45392
successfully
45393
45393
x-github:
45394
-
githubCloudOnly: false
45394
+
githubCloudOnly: true
45395
45395
category: webhooks
45396
45396
subcategory: user
45397
45397
supported-webhook-types:
@@ -45451,7 +45451,7 @@ webhooks:
45451
45451
description: Return a 200 status to indicate that the data was received
45452
45452
successfully
45453
45453
x-github:
45454
-
githubCloudOnly: false
45454
+
githubCloudOnly: true
45455
45455
category: webhooks
45456
45456
subcategory: user
45457
45457
supported-webhook-types:
@@ -58791,6 +58791,21 @@ components:
58791
58791
type: string
58792
58792
examples:
58793
58793
- release/*
58794
+
deployment-branch-policy-name-pattern-with-type:
58795
+
title: Deployment branch policy name pattern
58796
+
type: object
58797
+
properties:
58798
+
name:
58799
+
description: |-
58800
+
The name pattern that branches must match in order to deploy to the environment.
58801
+
58802
+
Wildcard characters will not match `/`. For example, to match branches that begin with `release/` and contain an additional single slash, use `release/*/*`.
58803
+
For more information about pattern matching syntax, see the [Ruby File.fnmatch documentation](https://ruby-doc.org/core-2.5.1/File.html#method-c-fnmatch).
0 commit comments