Skip to content

Commit

Permalink
Deployed to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 27, 2024
1 parent fcb30fd commit fe14a21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ <h2 id="features"> features <small><a href="#features" class="text-secondary"
<p>here is <a href="https://github.com/asottile/pyupgrade/pull/365">an example autoupdate pull request</a>.</p>
<p><img src="img/autoupdate.png" alt="pre-commit.ci auto updating a repository" class="img-fluid img-thumbnail"></p>
<p><strong>re-running a pull request</strong>: you can trigger a re-run on a pull request by
commenting <code>pre-commit.ci run</code> (must appear on a line by itself).</p>
commenting <code>pre-commit.ci run</code> (must appear on a line by itself).
alternatively, one can attach a <code>pre-commit.ci run</code> label to the pull request.</p>
<p><strong>skipping push runs</strong>: skip a run by putting <code>[skip ci]</code>, <code>[ci skip]</code>,
<code>[skip pre-commit.ci]</code>, or <code>[pre-commit.ci skip]</code> in the commit message.</p>
<h3 id="configuration"> configuration <small><a href="#configuration" class="text-secondary"></a></small></h3><p>pre-commit.ci is configured in <code>.pre-commit-config.yaml</code> in the <code>ci:</code> section.</p>
Expand All @@ -180,7 +181,7 @@ <h3 id="configuration"> configuration <small><a href="#configuration" class="
custom commit message for PR autofixes.</p>
</td></tr><tr><td><p><a id="configuration-autofix_prs" href="#configuration-autofix_prs"><code>autofix_prs</code></a></p>
</td><td><p>(optional, default: <code>true</code>) whether to autofix pull requests. when
disabled, comment &quot;pre-commit.ci autofix&quot; on a pull request to
disabled, comment / label &quot;pre-commit.ci autofix&quot; to a pull request to
manually trigger auto-fixing.</p>
</td></tr><tr><td><p><a id="configuration-autoupdate_branch" href="#configuration-autoupdate_branch"><code>autoupdate_branch</code></a></p>
</td><td><p>(optional: default <code>''</code>) branch to send autoupdate PRs to.</p>
Expand Down

0 comments on commit fe14a21

Please sign in to comment.