nix-community.nixvim/.github
Matt Sturgeon 4697b96a01
mergify: fix "update PR" logic
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.
2024-09-12 10:31:45 +01:00
..
ISSUE_TEMPLATE github/issue template: encourage user to read FAQ before posting a bug report 2024-02-19 08:29:40 +01:00
workflows workflows/update: only run upstream 2024-08-17 14:44:48 -05:00
mergify.yml mergify: fix "update PR" logic 2024-09-12 10:31:45 +01:00