Skip to content

Commit 7ebc56c

Browse files
committed
fix nits
1 parent 36bef3e commit 7ebc56c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html.jinja2

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<li>No configuration: Simply call the <strong>autofix.ci</strong> action when you want to update the
110110
pull request.
111111
</li>
112-
<li>Supports <em>all</em> pull requests (including from forks) and regular branches.</li>
112+
<li>Supports <em>all</em> pull requests (including from forks) and branches without branch protection.</li>
113113
</ul>
114114
</div>
115115
</div>
@@ -175,7 +175,7 @@
175175
<h3 id="does-it-work-for-all-commits" class="fs-5">Does it work for all commits?</h3>
176176
<ul>
177177
<li>
178-
For safety reasons, <strong>autofix.ci</strong> will not apply patches if the last three commits
178+
For safety reasons, <strong>autofix.ci</strong> will not apply patches if the last four commits
179179
have been authored by a bot.
180180
This avoids infinite loops with bots continuously correcting each other.
181181
</li>

0 commit comments

Comments
 (0)