Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add config parameter for predicate quantifier #224

Merged
merged 1 commit into from Mar 2, 2024

Commits on Feb 22, 2024

  1. feat: add config parameter for predicate quantifier

    Setting the new 'predicate-quantifier' configuration parameter to 'every'
    makes it so that all the patterns have to match a file for it to be
    considered changed.
    
    This can be leveraged to ensure that you only build & test software changes
    that have real impact on the behavior of the code, e.g. you can set up your
    build to run when Typescript/Rust/etc. files are changed but markdown
    changes in the diff will be ignored and you consume less resources to build.
    
    The default behavior does not change by the introduction of this feature
    so upgrading can be done safely knowing that existing workflows will not
    break.
    
    Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
    petermetz committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f90d526 View commit details
    Browse the repository at this point in the history