Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/ff_bot/dispatch/issue_comment.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule FFBot.Dispatch.IssueComment do
# If it is defined, the comment is on a PR
case body["comment"]["body"] do
# If it starts with "/" and matches one of our commands, pass to the command runner
"/" <> command when command in ["merge"] -> command_dispatch(command, body)
"/merge " <> _high_praise -> command_dispatch("merge", body)
_ -> nil
end
else
Expand Down