hakadoriya-actions/hakadoriya-actions-paths-filter-alternative

A workaround workflow to resolve the incompatibility of `Require status checks to pass` setting when `paths` filter is set.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 14, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: hakadoriya-actions/paths-filter-alternative@d1b27090d1a610f8cdde46d8d937a4a9c9127619 # v1.0.1

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

namedescriptionrequireddefault
pathsA list of substrings of file paths to include written in regular expressions (like on.push.paths)no""
paths-ignoreA list of substrings of file paths to ignore written in regular expressions (like on.push.paths-ignore)no""
skip-checkoutIf true, skip the checkout stepnofalse
debugDebug modenofalse
beforeThe commit SHA before the push (push trigger only)no${{ github.event.before }}
afterThe commit SHA after the push (push trigger only)no${{ github.event.after }}
base-refThe base branch of the repository (pull_request trigger only)no${{ github.event.pull_request.base.sha }}
head-refThe head branch of the pull request (pull_request trigger only)no${{ github.event.pull_request.head.sha }}
namedescription
skipIf no diff, this value is 'true'. Otherwise, this value is 'false'.