We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1110bc commit f8ac6b9Copy full SHA for f8ac6b9
src/Octokit.Webhooks/Models/SimplePullRequest.cs
@@ -108,7 +108,7 @@ public sealed record SimplePullRequest
108
public AuthorAssociation AuthorAssociation { get; init; }
109
110
[JsonPropertyName("auto_merge")]
111
- public bool AutoMerge { get; init; }
+ public bool? AutoMerge { get; init; }
112
113
[JsonPropertyName("active_lock_reason")]
114
public ActiveLockReason? ActiveLockReason { get; init; }
0 commit comments