From 837ff2605843bd86a7f6ef82a0e37b96408a42b8 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 7 Jan 2026 10:47:33 -0800 Subject: [PATCH] try adding codeowners (#10532) this fixes https://github.com/certbot/certbot/issues/10462 and i personally think this is a nice change worth trying now when people open (non-draft) PRs, one of us will automatically be assigned hopefully helping to both automate and speed up the review process i personally don't think this PR requires two reviews --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..63f9ea15b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @certbot/eff-devs