We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
squash
1 parent 5f77352 commit f8afbebCopy full SHA for f8afbeb
homu/html/index.html
@@ -66,8 +66,6 @@ <h3>Commands</h3>
66
<li><code>rollup</code>: Mark the PR as likely to merge without issue, short for <code>rollup=always</code></li>
67
<li><code>rollup-</code>: Unmark the PR as <code>rollup</code>.</li>
68
<li><code>rollup=maybe|always|iffy|never</code>: Mark the PR as "always", "maybe", "iffy", and "never" rollup-able.</li>
69
- <li><code>squash</code>: Squash all commits into one just before performing the merge.</li>
70
- <li><code>squash-</code>: Do not squash commits before merging.</li>
71
<li><code>retry</code>: Signal that the PR is not bad, and should be retried by buildbot.</li>
72
<li><code>try</code>: Request that the PR be tested by buildbot, without accepting it.</li>
73
<li><code>force</code>: Stop all the builds on the configured builders, and proceed to the next PR.</li>
0 commit comments