.github: point CODEOWNERS at the real goreleaser file

The tracked file is .goreleaser.yml, so the .yaml rule matched nothing.
This commit is contained in:
Kristoffer Dalby
2026-09-04 14:11:58 +00:00
parent be20f006e2
commit 9d932c4427
+1 -1
View File
@@ -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