integrations: Add label_create_activity to unsupported pivotal events.

Fixes #18580.
This commit is contained in:
Adam Birds
2021-05-25 21:28:12 +00:00
committed by Tim Abbott
parent bf49f962c0
commit 9cb538b08f

View File

@@ -72,6 +72,7 @@ UNSUPPORTED_EVENT_TYPES = [
"story_delete_activity",
"story_move_into_project_activity",
"epic_update_activity",
"label_create_activity",
]