mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
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. |
||
---|---|---|
.. | ||
ISSUE_TEMPLATE | ||
workflows | ||
mergify.yml |