Skip to content

Commit

Permalink
fix: Add merge_group app event (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
martincostello authored Jun 27, 2022
1 parent 695c925 commit bbc35ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Octokit.Webhooks/Models/AppEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ public enum AppEvent
Member,
[EnumMember(Value = "membership")]
Membership,
[EnumMember(Value = "merge_group")]
MergeGroup,
[EnumMember(Value = "meta")]
Meta,
[EnumMember(Value = "milestone")]
Expand Down

0 comments on commit bbc35ae

Please sign in to comment.