|
1 | 1 | {% extends "frame.html.jinja2" %}
|
2 | 2 | {% block head %}
|
3 |
| - <title>autofix.ci</title> |
| 3 | + <title>autofix.ci: automatically fix pull requests</title> |
4 | 4 | {% endblock %}
|
5 | 5 | {% block body %}
|
6 | 6 | <style>/* pygments */{{ pygments_css }}</style>
|
|
141 | 141 | <h3 id="which-platforms-are-supported" class="fs-5">Which platforms are supported?</h3>
|
142 | 142 | <ul>
|
143 | 143 | <li>
|
144 |
| - <strong>autofix.ci</strong> currently supports GitHub and GitHub Actions only. |
| 144 | + <strong>autofix.ci</strong> supports GitHub Actions only. |
145 | 145 | </li>
|
146 | 146 | </ul>
|
147 | 147 |
|
148 | 148 | <h3 id="does-it-work-for-all-commits" class="fs-5">Does it work for all commits?</h3>
|
149 | 149 | <ul>
|
150 | 150 | <li>
|
151 |
| - For safety reasons, <strong>autofix.ci</strong> will not push for commits made by bots. This |
152 |
| - avoids |
153 |
| - infinite loops with bots continuously correcting each other. |
| 151 | + For safety reasons, <strong>autofix.ci</strong> will not apply patches if the last commit has |
| 152 | + been authored by a bot. |
| 153 | + This avoids infinite loops with bots continuously correcting each other. |
154 | 154 | </li>
|
155 | 155 | </ul>
|
156 | 156 |
|
|
172 | 172 | <h3 id="is-it-secure" class="fs-5">Is it secure?</h3>
|
173 | 173 | <ul>
|
174 | 174 | <li>
|
175 |
| - Yes, because we keep the necessary GitHub authentication token away from potentially untrusted |
176 |
| - actions. By using autofix.ci, you only provide your autofix.ci workflow with the capability to |
177 |
| - update the pull request branch once. Please see <a href="/security">autofix.ci/security</a> |
178 |
| - for details. |
| 175 | + Yes, because we keep <strong>autofix.ci</strong>'s GitHub authentication token away from potentially untrusted |
| 176 | + actions. By using <strong>autofix.ci</strong>, you only provide your auto-fixing workflow with |
| 177 | + the capability to update the pull request branch once. |
| 178 | + Please see <a href="/security">autofix.ci/security</a> for details. |
179 | 179 | </li>
|
180 | 180 | </ul>
|
181 | 181 |
|
|
0 commit comments