This action sets a boolean output (has_changes
) if the diff (push
or
pull_request
event) includes changes outside of a provided list of paths.
The list of paths to exclude. The action will use Bash pattern matching, so
wildcards (*
) are supported.
Whether ('yes' or 'no') the diff includes changes outside of the provided list of paths.
uses: antrea-io/has-changes@v1
with:
args: docs *.md ci