Add "Trimmed trailing whitespace" message to moim whitelist (#8847)
This commit is contained in:
@@ -36,6 +36,7 @@ pub async fn inject_moim(
|
|||||||
!issue.contains("Merged consecutive user messages")
|
!issue.contains("Merged consecutive user messages")
|
||||||
&& !issue.contains("Merged consecutive assistant messages")
|
&& !issue.contains("Merged consecutive assistant messages")
|
||||||
&& !issue.contains("Added placeholder to empty tool result")
|
&& !issue.contains("Added placeholder to empty tool result")
|
||||||
|
&& !issue.contains("Trimmed trailing whitespace from assistant message")
|
||||||
});
|
});
|
||||||
|
|
||||||
if has_unexpected_issues {
|
if has_unexpected_issues {
|
||||||
|
|||||||
Reference in New Issue
Block a user