docs: CR-6 — Caller-uses + Doc-Links calic/ -> sporel/ (ADR-0029)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@ Reusable Gitea-Actions workflows for the Sporel platform.
|
||||
## Purpose
|
||||
|
||||
Hosts the 5 reusable Gitea-Actions workflows used by every Sporel repo
|
||||
per [ADR-0025](https://git.davoryn.de/calic/sporel-meta/src/branch/master/docs/adrs/0025-cicd-reusable-workflows.md):
|
||||
per [ADR-0025](https://git.davoryn.de/sporel/sporel-meta/src/branch/master/docs/adrs/0025-cicd-reusable-workflows.md):
|
||||
|
||||
| Workflow | Category (per ADR-0019) | Used by |
|
||||
|---|---|---|
|
||||
@@ -22,7 +22,7 @@ per [ADR-0025](https://git.davoryn.de/calic/sporel-meta/src/branch/master/docs/a
|
||||
## Why public
|
||||
|
||||
This repo is a **deliberate public-Tier-1 exception** (per
|
||||
[`licensing-model.md`](https://git.davoryn.de/calic/sporel-meta/src/branch/master/docs/architecture/licensing-model.md)).
|
||||
[`licensing-model.md`](https://git.davoryn.de/sporel/sporel-meta/src/branch/master/docs/architecture/licensing-model.md)).
|
||||
The two reasons:
|
||||
|
||||
1. **Community pipelines** — Tier-3 community libs/mods need to call
|
||||
@@ -52,7 +52,7 @@ on:
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
uses: calic/sporel-tool-ci/.gitea/workflows/reusable-<category>.yml@master
|
||||
uses: sporel/sporel-tool-ci/.gitea/workflows/reusable-<category>.yml@master
|
||||
with:
|
||||
<inputs-per-workflow>
|
||||
secrets: inherit
|
||||
@@ -65,7 +65,7 @@ Caller-templates per category live in `sporel-meta/templates/workflow-callers/`.
|
||||
Pin specific revisions for reproducibility:
|
||||
|
||||
```yaml
|
||||
uses: calic/sporel-tool-ci/.gitea/workflows/reusable-engine-launcher.yml@v0.1.0
|
||||
uses: sporel/sporel-tool-ci/.gitea/workflows/reusable-engine-launcher.yml@v0.1.0
|
||||
```
|
||||
|
||||
`@master` is convenient during active development; pin to tag for
|
||||
|
||||
Reference in New Issue
Block a user