``` #!watchflakes post <- repo == "go" && !(log ~ `^(All tests passed|FAIL|build failed|fatal error:|panic:|WARNING: DATA RACE|go tool dist: |(Test .* ran over .* limit)|([^ ]*make.bash: .*(error|fault)))`) ``` (pulled out from https://github.com/golang/go/issues/57995#issuecomment-1612281933)
(pulled out from #57995 (comment))