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
<p>This key controls what kind of action that should be taken.</p>
1122
1122
<ul>
1123
+
<li><codeclass="language-yaml highlight"><spanclass="l l-Scalar l-Scalar-Plain">approve</span></code> to approve the Merge Request.</li>
1123
1124
<li><codeclass="language-yaml highlight"><spanclass="l l-Scalar l-Scalar-Plain">close</span></code> to close the Merge Request.</li>
1124
-
<li><codeclass="language-yaml highlight"><spanclass="l l-Scalar l-Scalar-Plain">reopen</span></code> to reopen the Merge Request.</li>
1125
+
<li><codeclass="language-yaml highlight"><spanclass="l l-Scalar l-Scalar-Plain">comment</span></code> to add a comment to the Merge Request</li>
1125
1126
<li><codeclass="language-yaml highlight"><spanclass="l l-Scalar l-Scalar-Plain">lock_discussion</span></code> to prevent further discussions on the Merge Request.</li>
1126
-
<li><codeclass="language-yaml highlight"><spanclass="l l-Scalar l-Scalar-Plain">unlock_discussion</span></code> to allow discussions on the Merge Request.</li>
1127
-
<li><codeclass="language-yaml highlight"><spanclass="l l-Scalar l-Scalar-Plain">approve</span></code> to approve the Merge Request.</li>
1127
+
<li><codeclass="language-yaml highlight"><spanclass="l l-Scalar l-Scalar-Plain">reopen</span></code> to reopen the Merge Request.</li>
1128
1128
<li><codeclass="language-yaml highlight"><spanclass="l l-Scalar l-Scalar-Plain">unapprove</span></code> to approve the Merge Request.</li>
1129
+
<li><codeclass="language-yaml highlight"><spanclass="l l-Scalar l-Scalar-Plain">unlock_discussion</span></code> to allow discussions on the Merge Request.</li>
1129
1130
<li>
1130
-
<p><codeclass="language-yaml highlight"><spanclass="l l-Scalar l-Scalar-Plain">comment</span></code> to add a comment to the Merge Request</p>
1131
+
<p><codeclass="language-yaml highlight"><spanclass="l l-Scalar l-Scalar-Plain">update_description</span></code> to update the Merge Request description</p>
1131
1132
<p><em>Additional fields:</em></p>
1132
1133
<ul>
1133
1134
<li>(required) <codeclass="language-css highlight"><spanclass="nt">message</span></code> The message that will be commented on the Merge Request.</li>
<p><codeclass="language-yaml highlight"><spanclass="l l-Scalar l-Scalar-Plain">update_description</span></code> updates the Merge Request Description</p>
1163
+
<p><em>Additional fields:</em></p>
1164
+
<ul>
1165
+
<li>(required) <codeclass="language-css highlight"><spanclass="nt">replace</span></code> A list of key/value pairs to replace in the description. The <code>key</code> is the raw string to replace in the Merge Request description. The <code>value</code> is an Expr Lang expression returning a <code>string</code> that <code>key</code> will be replaced with - all Script Attributes and Script Functions are available within the script.</li>
0 commit comments