Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We can no longer simply check the files list matches `[ flake.lock ]`, since we now also touch `generated/` files. Mergify conditions cannot be checked against "all" list items; checks are always applied against "any" item. Therefore we need some double-negatives to check that "any item does not match a regex that does not match (flake.lock|generated/.*)". Yes, this is horrible.
- Loading branch information