containercraft/Replay git tags from another repository
Find the lowest git tag in another repository not yet found in this repository and replay it
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| upstream_owner | Owner (user or organization) of the upstream GitHub repository | yes | — |
| upstream_repository | Name of the upstream GitHub repository | yes | — |
| client-id | Client ID of the GitHub App used to authenticate against the upstream repository. | yes | — |
| private-key | Private key of the GitHub App used to authenticate. | yes | — |
| installation-id | Installation ID of the GitHub App used to authenticate. | yes | — |
| minimum_version | Minimum version to consider when replaying tags. | yes | — |
Outputs
| name | description |
|---|---|
| nextTag | Name of the lowest SemVer (MAJOR.MINOR.BUILD) tag present upstream but missing locally, or an empty string when there is no missing tag to replay. |