Skip to content

Commit b64985a

Browse files
authored
Merge pull request #77 from flip1995/flip1995-patch-1
Fix treeclosed documentation
2 parents 1e0041c + 3f3b1d2 commit b64985a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

homu/html/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ <h3>Commands</h3>
3838
comments on the PR they refer to. Comments may include multiple commands. Homu will
3939
only listen to official reviewers that it is configured to listen to. A comment
4040
must mention the GitHub account Homu is configured to use. (e.g. for the Rust project this is @bors)
41+
Note that Homu will only recognize comments in <i>open</i> PRs.
4142
</p>
4243

4344
<ul>
@@ -55,8 +56,8 @@ <h3>Commands</h3>
5556
<li><code>delegate=NAME</code>: Allow NAME to issue all homu commands for this PR.</li>
5657
<li><code>delegate+</code>: Delegate to the PR owner.</li>
5758
<li><code>delegate-</code>: Remove the delegatee.</li>
58-
<li><code>treeclose=NUMBER</code>: Any PR <code>NUMBER</code> will now not test. Please consider if <i>you</i> should really be doing this.</li>
59-
<li><code>treeclose-</code>: Undo a previous <code>treeclose=NUMBER</code>.</li>
59+
<li><code>treeclosed=NUMBER</code>: Any PR below priority <code>NUMBER</code> will not test. Please consider if <i>you</i> really want to do this.</li>
60+
<li><code>treeclosed-</code>: Undo a previous <code>treeclosed=NUMBER</code>.</li>
6061
</ul>
6162

6263
<h4>Examples</h4>

0 commit comments

Comments
 (0)