From 9d932c44271f8ac7540931264001cc5cb36560c0 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Fri, 4 Sep 2026 14:11:58 +0000 Subject: [PATCH] .github: point CODEOWNERS at the real goreleaser file The tracked file is .goreleaser.yml, so the .yaml rule matched nothing. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fc4f0120..0f79aada 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,6 +4,6 @@ *.yml @ohdearaugustin @nblock *.yaml @ohdearaugustin @nblock Dockerfile* @ohdearaugustin @nblock -.goreleaser.yaml @ohdearaugustin @nblock +.goreleaser.yml @ohdearaugustin @nblock /docs/ @ohdearaugustin @nblock /.github/workflows/ @ohdearaugustin @nblock