Add move events to webhooks

This commit is contained in:
Jason Zimdars
2025-10-29 11:00:41 -05:00
parent 6d2a919a88
commit fd96648e3f
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -10,7 +10,9 @@ module WebhooksHelper
card_due_date_removed: "Card due date removed",
card_published: "Card published",
card_reopened: "Card reopened",
card_sent_back_to_triage: "Card move back to Maybe",
card_title_changed: "Card title changed",
card_triaged: "Card column changed",
card_unassigned: "Card unassigned",
comment_created: "Comment created"
}.with_indifferent_access.freeze
+2
View File
@@ -17,6 +17,8 @@ class Webhook < ApplicationRecord
card_due_date_removed
card_published
card_reopened
card_sent_back_to_triage
card_triaged
card_unassigned
card_unstaged
comment_created