inline: replace shared workflow delegation with inlined content (PRI-1749) #86

Merged
Null Pointer Nancy merged 2 commits from gandalf/pri-1749-inline-release into dev 2026-05-21 22:06:06 +00:00

2 Commits

Author SHA1 Message Date
Chris Farhood 81fd75ef89 Fix: restore inputs.version fallback for repository_dispatch triggers (PRI-1753)
Dual Approval (CTO + QA) / dual-approval (pull_request_review) Failing after 1s
Add RESOLVED_VERSION env var to check-tag and release jobs. Replace all
${{ inputs.version }} references with ${{ env.RESOLVED_VERSION }}
to support repository_dispatch when inputs.version is empty.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-21 21:59:42 +00:00
Chris Farhood 1ae227885e inline: replace shared workflow delegation with inlined content (PRI-1749)
Dual Approval (CTO + QA) / dual-approval (pull_request_review) Failing after 0s
- ci.yaml: inline plugin-ci.yaml, add workflow_call trigger with node-version input
- release.yaml: inline plugin-release.yaml, fix secrets to use GITEA_RELEASE_TOKEN
- release.yaml ci job: call ./ci.yaml instead of plugin-ci.yaml
- release.yaml: add workflow_call trigger for reuse

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-21 21:36:53 +00:00