Skip to content

Add Github Action#6

Merged
Miosp merged 11 commits into
masterfrom
github-action-setup
Jul 1, 2026
Merged

Add Github Action#6
Miosp merged 11 commits into
masterfrom
github-action-setup

Conversation

@Miosp

@Miosp Miosp commented Jul 1, 2026

Copy link
Copy Markdown
Owner

This PR adds helm-scribe as a Github Action, so we will be able to use the tool simply from Github Actions Marketplace.

@Miosp Miosp self-assigned this Jul 1, 2026
The check-mode drift diff appended the raw readme-file and schema-file
input values as diff paths, but helm-scribe writes those outputs under the
chart directory. The raw entries were redundant with the chart-directory
path at best and a false-positive source at worst, so they are removed.

Resolve the release repository from github.repository when
github.action_repository is empty, which is the case for local ./ usage.
This lets the integration workflow exercise the real resolve and download
path, so a new job downloads a published release and runs it.

The exact-match branch already accepted vN.M.P, but range constraints
like v0 or v0.3 fell through to the invalid-constraint error. Since the
Action is referenced as @v0, users naturally write version: v0. Strip a
leading v before building the range filter so it behaves like the bare
form.

The v*.*.* trigger also fires on prerelease tags such as v1.2.0-rc1. The
move-major-tag step would then repoint the consumable v<major> tag at a
prerelease, while binary resolution excludes prereleases. Skip the move
when the tag contains a hyphen so the major tag only tracks stable
releases.
@Miosp
Miosp merged commit b550f69 into master Jul 1, 2026
9 checks passed
@Miosp
Miosp deleted the github-action-setup branch July 1, 2026 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant