policy-bot icon indicating copy to clipboard operation
policy-bot copied to clipboard

feat: no_changed_files predicate

Open erikburt opened this issue 2 months ago • 2 comments

Summary

Adds a new no_changed_files predicate that allows you to ensure that the rule is not applied if a file matching an entry in no_changed_files.paths is present.

This is a negation of the changed_files predicate, and the implementation logic reflects that.

Closes #754 Related #755

erikburt avatar Apr 17 '24 18:04 erikburt