pub const META_GITLAB_INCLUDES: &str = "gitlab_includes";Expand description
Graph-level metadata: JSON-encoded array of include: entries declared by
a GitLab CI pipeline. Each entry is an object with fields:
kind: one oflocal,remote,template,project,componenttarget: the path/URL/project stringgit_ref: the resolvedref:value (only meaningful forprojectandremote) — empty string when the include omits aref:
Set by the GitLab parser; consumed by unpinned_include_remote_or_branch_ref.