arda-cards/qualify-build-action

Analyses the job and makes decisions about what kind of build to run.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 29, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: arda-cards/qualify-build-action@82863d49f95b4a7fab0372e9629ccd535e45749d # v2.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
feature_branch_version_regexRegex to match feature branch versions.no^[0-9]+(\.[0-9]+){2}(-[[:alnum:]]+){2}(-.+)?$
workflow_nameName of a workflow that protected branches are to be validated against.nocontext:validate-release
namedescription
kindBuild kind to run: publish when the action should produce a published artifact, otherwise test.
tagTag to publish. Set for publish builds; omitted for test builds.
targetTarget of the build: feature or release.
triggerBuild trigger classification: push_to_feature_branch, push_to_release_branch, pull_request_to_release_branch, or pull_request_to_feature_branch.
versionVersion to publish. Set for publish builds; omitted for test builds.