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
feat: Add support for tags in deployment branch policies (#796)
* feat: Add support for tags in deployment branch policies
* feat: Add support for branch policies as string array
---------
Co-authored-by: Yadhav Jayaraman <[email protected]>
<p>  Whether only branches with branch protection rules can deploy<br>  to this environment. If <code>protected_branches</code> is <code>true</code>,<br>  <code>custom_branch_policies</code> must be <code>false</code>; if <code>protected_branches</code><br>  is <code>false</code>, <code>custom_branch_policies</code> must be <code>true</code>.</p>
<p>  Whether only branches with branch protection rules can deploy<br>  to this environment. If <code>protected_branches</code> is <code>true</code>,<br>  <code>custom_branch_policies</code> must be <code>false</code>; if <code>protected_branches</code><br>  is <code>false</code>, <code>custom_branch_policies</code> must be an object.</p>
<p>  Whether only branches that match the specified name patterns<br>  can deploy to this environment. If <code>custom_branch_policies</code><br>  is <code>true</code>, <code>protected_branches</code> must be <code>false</code>; if<br>  <code>custom_branch_policies</code> is <code>false</code>, <code>protected_branches</code><br>  must be <code>true</code>.</p>
137
+
<p> <code>custom_branch_policies</code><spanstyle="color:gray;"> <i>boolean or object</i> </span></p>
138
+
<p>  Whether only branches that match the specified name patterns<br>  can deploy to this environment. If <code>custom_branch_policies</code><br>  is <code>false</code>, <code>protected_branches</code> must be <code>true</code>; if<br>  <code>custom_branch_policies</code> is an object, <code>protected_branches</code><br>  must be <code>false</code>.</p>
0 commit comments