Skip to content

Commit

Permalink
fix: AppEvent branch_protection_configuration value (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronimizy authored Nov 12, 2023
1 parent 575c494 commit 9e8d011
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 @@ -5,6 +5,8 @@ public enum AppEvent
{
[EnumMember(Value = "*")]
All,
[EnumMember(Value = "branch_protection_configuration")]
BranchProtectionConfiguration,
[EnumMember(Value = "branch_protection_rule")]
BranchProtectionRule,
[EnumMember(Value = "check_run")]
Expand Down

0 comments on commit 9e8d011

Please sign in to comment.