From: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) Date: Mon, 19 Jan 2026 21:49:20 +0000 (+0100) Subject: [3.13] Notify Sviat of GHA changes through codeowners (GH-143945) (#144052) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c779fa2530208c8940f4a1b651e867e3ac9525b6;p=thirdparty%2FPython%2Fcpython.git [3.13] Notify Sviat of GHA changes through codeowners (GH-143945) (#144052) (cherry picked from commit 78b1370de96bab5eee82b022a9e26e633a040e0b) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 68c52e27f4ac..52892c5d0c7f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,7 +5,7 @@ # https://git-scm.com/docs/gitignore#_pattern_format # GitHub -.github/** @ezio-melotti @hugovk +.github/** @ezio-melotti @hugovk @webknjaz # pre-commit .pre-commit-config.yaml @hugovk