framework-r-d/Workflow Setup

Handles ref resolution, environment detection, and change detection in a single step.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 1, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: framework-r-d/action-workflow-setup@f73307dd8c13cb66c2565c9ace32571517b1cea8 # v1

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

namedescriptionrequireddefault
modeWorkflow mode ('check' or 'fix')nocheck
refManual ref overrideno
repoManual repo overrideno
pr-base-shaManual base SHA override (check mode only)no
checkout-pathManual checkout path overrideno
build-pathManual build path overrideno
file-typeFile type for change detection (e.g., cpp, python)no
include-globsInclude globs for change detectionno
exclude-globsExclude globs for change detectionno
head-refExplicit head ref for change detection (overrides the resolved ref)no
namedescription
is_actWhether running in act
refResolved ref
repoResolved repository
base_shaResolved base SHA
pr_numberPR number
checkout_pathResolved checkout path
build_pathResolved build path
has_changesWhether relevant changes were detected