nscaledev/Uni Find Staging Constellation
Scans open uni-releases PRs for a staged constellation and outputs the pinned service tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| service | Service name as it appears in the constellation manifest (e.g. uni-region, uni-compute) | yes | — |
| releases-read-token | GitHub token with read access to the releases repository | yes | — |
| releases-repo | Releases repository in owner/repo format | no | nscaledev/uni-releases |
| use-staging-constellation | When true, resolve the ref from the staged constellation; when false on workflow_dispatch, use the selected workflow ref | no | true |
Outputs
| name | description |
|---|---|
| tag | Git tag pinned in the candidate constellation (e.g. v1.16.4), empty if no candidate found |
| ref | Checkout ref for UAT tests: the staged constellation tag or the selected workflow ref |