diff --git a/scm/github/webhook.go b/scm/github/webhook.go index a9d42b464..257483d43 100644 --- a/scm/github/webhook.go +++ b/scm/github/webhook.go @@ -502,7 +502,7 @@ func (c *client) getDeliveryID(ctx context.Context, ghClient *github.Client, r * } // if not found, webhook was not recent enough for GitHub - err = fmt.Errorf("webhook not one of the 100 most recent deliveries") + err = fmt.Errorf("webhook no longer available to be redelivered") return 0, err }