Skip to content

Commit eaa5aaa

Browse files
committed
deploy: e886b9f
1 parent e69763e commit eaa5aaa

File tree

8 files changed

+593
-26
lines changed

8 files changed

+593
-26
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
9191
<div class="sidebar-scrollbox">
92-
<ol class="chapter"><li class="chapter-item expanded "><a href="index.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="cli.html"><strong aria-hidden="true">2.</strong> Command Line Interface</a></li><li class="chapter-item expanded "><a href="permissions.html"><strong aria-hidden="true">3.</strong> Token Permissions</a></li></ol>
92+
<ol class="chapter"><li class="chapter-item expanded "><a href="index.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="cli.html"><strong aria-hidden="true">2.</strong> Command Line Interface</a></li><li class="chapter-item expanded "><a href="permissions.html"><strong aria-hidden="true">3.</strong> Token Permissions</a></li><li class="chapter-item expanded "><a href="pr-review-caveats.html"><strong aria-hidden="true">4.</strong> Pull Request Review Caveats</a></li></ol>
9393
</div>
9494
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
9595
<div class="sidebar-resize-indicator"></div>

cli.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
9090
<div class="sidebar-scrollbox">
91-
<ol class="chapter"><li class="chapter-item expanded "><a href="index.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="cli.html" class="active"><strong aria-hidden="true">2.</strong> Command Line Interface</a></li><li class="chapter-item expanded "><a href="permissions.html"><strong aria-hidden="true">3.</strong> Token Permissions</a></li></ol>
91+
<ol class="chapter"><li class="chapter-item expanded "><a href="index.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="cli.html" class="active"><strong aria-hidden="true">2.</strong> Command Line Interface</a></li><li class="chapter-item expanded "><a href="permissions.html"><strong aria-hidden="true">3.</strong> Token Permissions</a></li><li class="chapter-item expanded "><a href="pr-review-caveats.html"><strong aria-hidden="true">4.</strong> Pull Request Review Caveats</a></li></ol>
9292
</div>
9393
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
9494
<div class="sidebar-resize-indicator"></div>
@@ -331,6 +331,16 @@ <h3 id="-s---style"><a class="header" href="#-s---style"><code>-s, --style</code
331331
<li>Set this to a blank string (<code>''</code>) to disable using clang-format
332332
entirely.</li>
333333
</ul>
334+
<div class="mdbook-alerts mdbook-alerts-note">
335+
<p class="mdbook-alerts-title">
336+
<span class="mdbook-alerts-icon"></span>
337+
note
338+
</p>
339+
<p>If this is not a blank string, then it is also passed to clang-tidy
340+
(if <a href="#-c---tidy-checks"><code>--tidy_checks</code></a> is not <code>-*</code>).
341+
This is done to ensure suggestions from both clang-tidy and
342+
clang-format are consistent.</p>
343+
</div>
334344
<h3 id="-m---ignore-format"><a class="header" href="#-m---ignore-format"><code>-M, --ignore-format</code></a></h3>
335345
<p>Similar to <a href="#-i---ignore"><code>--ignore</code></a> but applied
336346
exclusively to files analyzed by clang-format.</p>
@@ -404,6 +414,16 @@ <h3 id="-a---file-annotations"><a class="header" href="#-a---file-annotations"><
404414
<dt>Default</dt><dd><code>"true"</code></dd>
405415
<p>Set this option to false to disable the use of
406416
file annotations as feedback.</p>
417+
<h3 id="-d---tidy-review"><a class="header" href="#-d---tidy-review"><code>-d, --tidy-review</code></a></h3>
418+
<dt>Default</dt><dd><code>"false"</code></dd>
419+
<p>Set to <code>true</code> to enable Pull Request reviews from clang-tidy.</p>
420+
<h3 id="-m---format-review"><a class="header" href="#-m---format-review"><code>-m, --format-review</code></a></h3>
421+
<dt>Default</dt><dd><code>"false"</code></dd>
422+
<p>Set to <code>true</code> to enable Pull Request reviews from clang-format.</p>
423+
<h3 id="-r---passive-reviews"><a class="header" href="#-r---passive-reviews"><code>-R, --passive-reviews</code></a></h3>
424+
<dt>Default</dt><dd><code>"false"</code></dd>
425+
<p>Set to <code>true</code> to prevent Pull Request reviews from
426+
approving or requesting changes.</p>
407427

408428
</main>
409429

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
9090
<div class="sidebar-scrollbox">
91-
<ol class="chapter"><li class="chapter-item expanded "><a href="index.html" class="active"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="cli.html"><strong aria-hidden="true">2.</strong> Command Line Interface</a></li><li class="chapter-item expanded "><a href="permissions.html"><strong aria-hidden="true">3.</strong> Token Permissions</a></li></ol>
91+
<ol class="chapter"><li class="chapter-item expanded "><a href="index.html" class="active"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="cli.html"><strong aria-hidden="true">2.</strong> Command Line Interface</a></li><li class="chapter-item expanded "><a href="permissions.html"><strong aria-hidden="true">3.</strong> Token Permissions</a></li><li class="chapter-item expanded "><a href="pr-review-caveats.html"><strong aria-hidden="true">4.</strong> Pull Request Review Caveats</a></li></ol>
9292
</div>
9393
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
9494
<div class="sidebar-resize-indicator"></div>

permissions.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
9090
<div class="sidebar-scrollbox">
91-
<ol class="chapter"><li class="chapter-item expanded "><a href="index.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="cli.html"><strong aria-hidden="true">2.</strong> Command Line Interface</a></li><li class="chapter-item expanded "><a href="permissions.html" class="active"><strong aria-hidden="true">3.</strong> Token Permissions</a></li></ol>
91+
<ol class="chapter"><li class="chapter-item expanded "><a href="index.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="cli.html"><strong aria-hidden="true">2.</strong> Command Line Interface</a></li><li class="chapter-item expanded "><a href="permissions.html" class="active"><strong aria-hidden="true">3.</strong> Token Permissions</a></li><li class="chapter-item expanded "><a href="pr-review-caveats.html"><strong aria-hidden="true">4.</strong> Pull Request Review Caveats</a></li></ol>
9292
</div>
9393
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
9494
<div class="sidebar-resize-indicator"></div>
@@ -279,8 +279,8 @@ <h3 id="pull-request"><a class="header" href="#pull-request">Pull Request</a></h
279279
required for
280280
<ul>
281281
<li>posting <a href="#thread-comments">thread comments</a> on pull requests</li>
282+
<li>posting <a href="#pull-request-reviews">pull request reviews</a></li>
282283
</ul>
283-
<!-- * posting [pull request reviews](#pull-request-reviews) -->
284284
</li>
285285
</ul>
286286
<h2 id="thread-comments"><a class="header" href="#thread-comments">Thread Comments</a></h2>
@@ -301,16 +301,11 @@ <h3 id="pull-request-1"><a class="header" href="#pull-request-1">Pull Request</a
301301
<pre><code class="language-yaml"> permissions:
302302
pull-requests: write
303303
</code></pre>
304-
<!--
305-
## Pull Request Reviews
306-
307-
The [`tidy-review`](cli.md#-t---tidy-review), [`format-review`](cli.md#-f---format-review), and [`passive-reviews`](cli.md#-p---passive-reviews) features require the following permissions:
308-
309-
```yaml
310-
permissions:
304+
<h2 id="pull-request-reviews"><a class="header" href="#pull-request-reviews">Pull Request Reviews</a></h2>
305+
<p>The <a href="cli.html#-d---tidy-review"><code>tidy-review</code></a>, <a href="cli.html#-m---format-review"><code>format-review</code></a>, and <a href="cli.html#-r---passive-reviews"><code>passive-reviews</code></a> features require the following permissions:</p>
306+
<pre><code class="language-yaml"> permissions:
311307
pull-requests: write
312-
```
313-
-->
308+
</code></pre>
314309

315310
</main>
316311

@@ -320,6 +315,9 @@ <h3 id="pull-request-1"><a class="header" href="#pull-request-1">Pull Request</a
320315
<i class="fa fa-angle-left"></i>
321316
</a>
322317

318+
<a rel="next prefetch" href="pr-review-caveats.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
319+
<i class="fa fa-angle-right"></i>
320+
</a>
323321

324322
<div style="clear: both"></div>
325323
</nav>
@@ -331,6 +329,9 @@ <h3 id="pull-request-1"><a class="header" href="#pull-request-1">Pull Request</a
331329
<i class="fa fa-angle-left"></i>
332330
</a>
333331

332+
<a rel="next prefetch" href="pr-review-caveats.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
333+
<i class="fa fa-angle-right"></i>
334+
</a>
334335
</nav>
335336

336337
</div>

0 commit comments

Comments
 (0)