Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scm/github/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}