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
#211 updated the bot to parse multiple commands in the same comment and added a note about this to the readme, but did not remove the previous note saying this would not work, resulting in contradictory language.
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ rfcbot accepts commands in GitHub comments. All commands take the form:
14
14
@rfcbot COMMAND [PARAMS]
15
15
```
16
16
17
-
The bot expects one command per comment, and the command must start on its own line, but otherwise the bot doesn't care if there's other text in the comment. This is valid:
17
+
Each command must start on its own line, but otherwise the bot doesn't care if there's other text in the comment. This is valid:
18
18
19
19
```
20
20
TEXT
@@ -31,7 +31,7 @@ TEXT @rfcbot fcp merge
31
31
TEXT
32
32
```
33
33
34
-
Only the first of these commands will be registered:
0 commit comments