We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961bb69 commit 2f25fd8Copy full SHA for 2f25fd8
backend/infrahub/events/node_action.py
@@ -77,6 +77,7 @@ def get_resource(self) -> dict[str, str]:
77
"infrahub.node.id": self.node_id,
78
"infrahub.node.action": self.action.value,
79
"infrahub.node.root_id": self.data.root_node_id,
80
+ "infrahub.branch.name": self.meta.context.branch.name,
81
}
82
83
def get_payload(self) -> dict[str, Any]:
0 commit comments