Skip to content

Commit 014ed76

Browse files
authored
Merge pull request #6633 from opsmill/pog-action-display-labels-20250605
Add display labels for matches
2 parents cb3870a + 77f83c5 commit 014ed76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/infrahub/actions/schema.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@
271271
branch=BranchSupportType.AGNOSTIC,
272272
generate_profile=False,
273273
inherit_from=["CoreNodeTriggerMatch"],
274+
display_labels=["attribute_name__value"],
274275
attributes=[
275276
Attr(
276277
name="attribute_name",
@@ -319,6 +320,7 @@
319320
branch=BranchSupportType.AGNOSTIC,
320321
generate_profile=False,
321322
inherit_from=["CoreNodeTriggerMatch"],
323+
display_labels=["relationship_name__value", "modification_type__value"],
322324
attributes=[
323325
Attr(
324326
name="relationship_name",

0 commit comments

Comments
 (0)