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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

View File

@ -5497,6 +5497,8 @@ en:
group_name: "Group User Events"
user_added_to_group: "A user is added to a group"
user_removed_from_group: "A user is removed from a group"
custom_event:
group_name: "Custom Events"
user_promoted_event:
group_name: "User Promoted Events"
user_promoted: "A user is promoted"