From e7c4c760022c7c0185df17147a3407490408a111 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Wed, 9 Sep 2026 21:05:06 +1000 Subject: [PATCH] Allow stylua linux release assets through the github remote --- config/remote_generic/github.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/remote_generic/github.yaml b/config/remote_generic/github.yaml index 6ae4532..a44eccb 100644 --- a/config/remote_generic/github.yaml +++ b/config/remote_generic/github.yaml @@ -35,6 +35,8 @@ patterns: - "iplocate/ip-address-databases/raw/.*/ip-to-asn/.*" - "iplocate/ip-address-databases/raw/.*/ip-to-country/.*" - "jesseduffield/lazydocker/.*/lazydocker_.*_Linux_x86_64.tar.gz$" + - "JohnnyMorganz/StyLua/.*/stylua-linux-x86_64\\.zip$" + - "JohnnyMorganz/StyLua/.*/stylua-linux-x86_64-musl\\.zip$" - "kubecolor/kubecolor/.*/kubecolor_.*_linux_amd64.tar.gz$" - "kubernetes-sigs/gateway-api/.*/standard-install.yaml$" - "kubernetes-sigs/kustomize/.*/kustomize_.*_linux_amd64.tar.gz$"