Skip to content

Commit 50f987b

Browse files
committed
fixup! update(link): Relax link schemas to support domain-level identifiers
Signed-off-by: xibz <bjp@apple.com>
1 parent 443b104 commit 50f987b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

schemas/_defs/artifact.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"A compiled binary packaged for release",
99
"A versioned deployment bundle generated from source"
1010
],
11-
"out_of_scope": [
11+
"excludes": [
1212
"Source code repositories or branches",
1313
"Intermediate or temporary build outputs",
1414
"Logs, metrics, or diagnostic data",

schemas/_defs/pipelinerun.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"GitHub Actions workflow run",
1212
"Spinnaker pipeline execution"
1313
],
14-
"out_of_scope": [
14+
"excludes": [
1515
"Pipeline templates",
1616
"Reusable pipeline graphs"
1717
]

schemas/_defs/started.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"A task beginning execution on a worker",
1212
"A deployment process initiating rollout"
1313
],
14-
"out_of_scope": [
14+
"excludes": [
1515
"Scheduling or queuing of work",
1616
"Validation or pre-flight checks",
1717
"Completion of execution",

0 commit comments

Comments
 (0)