DEV: Add 'custom' WebHook event type group (#29549)

This commit is contained in:
Mark VanLandingham
2024-11-01 13:30:37 -05:00
committed by GitHub
parent 323013d9c7
commit deeed5b8c1
2 changed files with 3 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ class WebHookEventType < ActiveRecord::Base
user_promoted: 13,
voting: 14,
chat: 15,
custom: 16,
},
_scopes: false