-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
There is another edge case in homu command handling: when an user replies to a comment via email by default the parent command is quoted, and the old parser code tried to handle it. We should ignore commands when the line starts with >
, to hopefully catch quoted emails, or if the new parser already handles this a test should be added.
Example: rust-lang/rust#61540 (comment)
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers