Skip to content

Commit 7426e6c

Browse files
author
committed
Deployed a534cad with MkDocs version: 1.6.0
1 parent ff225a5 commit 7426e6c

File tree

5 files changed

+79
-37
lines changed

5 files changed

+79
-37
lines changed

configuration/index.html

+16-4
Original file line numberDiff line numberDiff line change
@@ -1120,14 +1120,15 @@ <h3 id="actions.if.then"><code>actions[].if.then[]</code><a class="headerlink" h
11201120
<h4 id="actions.if.then.action"><code>actions[].if.then[].action</code><a class="headerlink" href="#actions.if.then.action" title="Permanent link">&para;</a></h4>
11211121
<p>This key controls what kind of action that should be taken.</p>
11221122
<ul>
1123+
<li><code class="language-yaml highlight"><span class="l l-Scalar l-Scalar-Plain">approve</span></code> to approve the Merge Request.</li>
11231124
<li><code class="language-yaml highlight"><span class="l l-Scalar l-Scalar-Plain">close</span></code> to close the Merge Request.</li>
1124-
<li><code class="language-yaml highlight"><span class="l l-Scalar l-Scalar-Plain">reopen</span></code> to reopen the Merge Request.</li>
1125+
<li><code class="language-yaml highlight"><span class="l l-Scalar l-Scalar-Plain">comment</span></code> to add a comment to the Merge Request</li>
11251126
<li><code class="language-yaml highlight"><span class="l l-Scalar l-Scalar-Plain">lock_discussion</span></code> to prevent further discussions on the Merge Request.</li>
1126-
<li><code class="language-yaml highlight"><span class="l l-Scalar l-Scalar-Plain">unlock_discussion</span></code> to allow discussions on the Merge Request.</li>
1127-
<li><code class="language-yaml highlight"><span class="l l-Scalar l-Scalar-Plain">approve</span></code> to approve the Merge Request.</li>
1127+
<li><code class="language-yaml highlight"><span class="l l-Scalar l-Scalar-Plain">reopen</span></code> to reopen the Merge Request.</li>
11281128
<li><code class="language-yaml highlight"><span class="l l-Scalar l-Scalar-Plain">unapprove</span></code> to approve the Merge Request.</li>
1129+
<li><code class="language-yaml highlight"><span class="l l-Scalar l-Scalar-Plain">unlock_discussion</span></code> to allow discussions on the Merge Request.</li>
11291130
<li>
1130-
<p><code class="language-yaml highlight"><span class="l l-Scalar l-Scalar-Plain">comment</span></code> to add a comment to the Merge Request</p>
1131+
<p><code class="language-yaml highlight"><span class="l l-Scalar l-Scalar-Plain">update_description</span></code> to update the Merge Request description</p>
11311132
<p><em>Additional fields:</em></p>
11321133
<ul>
11331134
<li>(required) <code class="language-css highlight"><span class="nt">message</span></code> The message that will be commented on the Merge Request.</li>
@@ -1157,6 +1158,17 @@ <h4 id="actions.if.then.action"><code>actions[].if.then[].action</code><a class=
11571158
<a id="__codelineno-2-2" name="__codelineno-2-2" href="#__codelineno-2-2"></a><span class="w"> </span><span class="nt">label</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">example</span>
11581159
</code></pre></div>
11591160
</li>
1161+
<li>
1162+
<p><code class="language-yaml highlight"><span class="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) <code class="language-css highlight"><span class="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>
1166+
</ul>
1167+
<div class="language-yaml highlight"><span class="filename">update_description example</span><pre><span></span><code><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a><span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">action</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">update_description</span>
1168+
<a id="__codelineno-3-2" name="__codelineno-3-2" href="#__codelineno-3-2"></a><span class="w"> </span><span class="nt">replace</span><span class="p">:</span>
1169+
<a id="__codelineno-3-3" name="__codelineno-3-3" href="#__codelineno-3-3"></a><span class="w"> </span><span class="s">&quot;${{CI_MERGE_REQUEST_IID}}&quot;</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="s">&quot;merge_request.iid&quot;</span>
1170+
</code></pre></div>
1171+
</li>
11601172
</ul>
11611173
<h2 id="label"><code>label[]</code><a class="headerlink" href="#label" title="Permanent link">&para;</a></h2>
11621174
<div class="admonition question">

0 commit comments

Comments
 (0)