jhesch/Dirty Bits Action

Identifies the parts of a repository that need to be built, tested, deployed, etc. depending on which files have changed

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
rules-filePath to YAML file containing rulesyes
results-filePath to file on runner to write JSON resultsno
tokenGitHub authentication tokenno${{ github.token }}
repositoryGitHub repositoryno${{ github.repository }}
baseBase commit SHA or tag name, automatically detected by defaultno
headHead commit SHA or tag name, automatically detected by defaultno
namedescription
all-cleanA boolean value to indicate whether all repo bits are marked clean
all-dirtyA boolean value to indicate whether all repo bits are marked dirty
some-dirtyA boolean value to indicate whether at least one repo bit is marked dirty
clean-bitsA space-separated list of the repo bits that are marked as clean
dirty-bitsA space-separated list of the repo bits that are marked as dirty
json-resultsThe results as a JSON string