@@ -164,6 +164,32 @@ For more detailed explanations on how these events are used within Infrahub, see
164164| **proposed_change_id** | The ID of the proposed change that merged this branch if applicable |
165165<!-- vale on -->
166166<!-- vale off -->
167+ ### Branch Migrated Event
168+ <!-- vale on -->
169+
170+ **Type**: infrahub.branch.migrated
171+ **Description**: Event generated when a branch has been migrated
172+ <!-- vale off -->
173+ **Uses node_kind filter for webhooks**: `false`
174+ <!-- vale on -->
175+
176+ <!-- vale off -->
177+ | Key | Description |
178+ |-----|-------------|
179+ | **meta.branch** | The branch on which originate this event |
180+ | **meta.request_id** | N/A |
181+ | **meta.account_id** | The ID of the account triggering this event |
182+ | **meta.initiator_id** | The worker identity of the initial sender of this message |
183+ | **meta.context** | The context used when originating this event |
184+ | **meta.level** | N/A |
185+ | **meta.has_children** | Indicates if this event might potentially have child events under it. |
186+ | **meta.id** | UUID of the event |
187+ | **meta.parent** | The UUID of the parent event if applicable |
188+ | **meta.ancestors** | Any event used to trigger this event |
189+ | **branch_id** | The ID of the branch |
190+ | **branch_name** | The name of the branch |
191+ <!-- vale on -->
192+ <!-- vale off -->
167193### Branch Rebased Event
168194<!-- vale on -->
169195
@@ -186,7 +212,7 @@ For more detailed explanations on how these events are used within Infrahub, see
186212| **meta.id** | UUID of the event |
187213| **meta.parent** | The UUID of the parent event if applicable |
188214| **meta.ancestors** | Any event used to trigger this event |
189- | **branch_id** | The ID of the mutated node |
215+ | **branch_id** | The ID of the branch |
190216| **branch_name** | The name of the branch |
191217<!-- vale on -->
192218## Group events
0 commit comments