File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ import (
1414// - included_in_dependents: Used in filtering logic
1515// - dependents: Nested stack processing (recursively stripped)
1616// - settings.pro: Workflow dispatch configuration
17+ // - deleted: Marks components removed in HEAD.
18+ // - deletion_type: Whether a component or entire stack was deleted.
1719//
1820// Fields removed:
1921// - settings.depends_on: Dependency graph (largest contributor to size)
@@ -36,6 +38,8 @@ func stripAffected(a schema.Affected) schema.Affected {
3638 IncludedInDependents : a .IncludedInDependents ,
3739 Dependents : stripDependents (a .Dependents ),
3840 Settings : stripSettings (a .Settings ),
41+ Deleted : a .Deleted ,
42+ DeletionType : a .DeletionType ,
3943 }
4044}
4145
You can’t perform that action at this time.
0 commit comments