You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: homu/html/index.html
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ <h3>Commands</h3>
38
38
comments on the PR they refer to. Comments may include multiple commands. Homu will
39
39
only listen to official reviewers that it is configured to listen to. A comment
40
40
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.
41
42
</p>
42
43
43
44
<ul>
@@ -55,8 +56,8 @@ <h3>Commands</h3>
55
56
<li><code>delegate=NAME</code>: Allow NAME to issue all homu commands for this PR.</li>
56
57
<li><code>delegate+</code>: Delegate to the PR owner.</li>
57
58
<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>
0 commit comments