From edf11e4d0405a3e34196146301fc866ae26f1b7a Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Tue, 7 Apr 2026 21:48:33 +0100 Subject: [PATCH 1/2] Notify `@python/fuzzers` on all Pull Requests --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..b72a1d8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Request review from @python/fuzzers on all opened Pull Requests +* @python/fuzzers \ No newline at end of file From d8fd04073862c1df0b5f162551c89496e0efa2a1 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Tue, 7 Apr 2026 21:49:59 +0100 Subject: [PATCH 2/2] I never `pre-commit install`ed :-/ --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b72a1d8..b0dafdd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # Request review from @python/fuzzers on all opened Pull Requests -* @python/fuzzers \ No newline at end of file +* @python/fuzzers