diff --git a/actions/retest/main.go b/actions/retest/main.go index a3b85042e..cc02cd4c2 100644 --- a/actions/retest/main.go +++ b/actions/retest/main.go @@ -181,8 +181,8 @@ func main() { } if failedTestFound { - // comment `@Mergifyio refresh` so mergifyio adds the pr back into the queue. - msg := "@Mergifyio refresh" + // comment `@Mergifyio requeue` so mergifyio adds the pr back into the queue. + msg := "@Mergifyio requeue" comment := &github.IssueComment{ Body: github.String(msg), }