diff --git a/src/Octokit.Webhooks/Models/PullRequestReviewComment.cs b/src/Octokit.Webhooks/Models/PullRequestReviewComment.cs index 28068aad..909f0ae6 100644 --- a/src/Octokit.Webhooks/Models/PullRequestReviewComment.cs +++ b/src/Octokit.Webhooks/Models/PullRequestReviewComment.cs @@ -84,7 +84,7 @@ public sealed record PullRequestReviewComment public StringEnum Side { get; init; } = null!; [JsonPropertyName("in_reply_to_id")] - public int? InReplyToId { get; init; } + public long? InReplyToId { get; init; } [JsonPropertyName("subject_type")] [JsonConverter(typeof(StringEnumConverter))]