Commit graph

6 commits

Author SHA1 Message Date
zowoq
c2080ede4f ci(Mergify): configuration update
Signed-off-by: null <null>
2024-09-20 12:57:37 +10:00
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
Matt Sturgeon
6cbcac1d43
mergify: use @nix-infra-bot to update queued PRs 2024-09-12 10:31:45 +01:00
Matt Sturgeon
aad2e32b5a treewide: reformat 2024-07-08 16:24:47 +00:00
Matt Sturgeon
4730563e01 github/mergify: set an explicit "update" account
Fixes #1793
2024-07-05 11:54:58 +00:00
Matt Sturgeon
049bbc168f
github/mergify: rename yaml -> yml (#1775)
It seems mergify only checks for `.yml`, not `.yaml` files.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-06-29 13:01:15 +00:00
Renamed from .github/mergify.yaml (Browse further)