From: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) Date: Mon, 19 Jan 2026 21:48:58 +0000 (+0100) Subject: [3.14] Notify Sviat of GHA changes through codeowners (GH-143945) (#144051) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed5c3ab4e5d6008674325aa0c89cb798eb385d7d;p=thirdparty%2FPython%2Fcpython.git [3.14] Notify Sviat of GHA changes through codeowners (GH-143945) (#144051) (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 9c262f47a404..479e1d16732a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,7 +5,7 @@ # https://git-scm.com/docs/gitignore#_pattern_format # GitHub -.github/** @ezio-melotti @hugovk @AA-Turner +.github/** @ezio-melotti @hugovk @AA-Turner @webknjaz # pre-commit .pre-commit-config.yaml @hugovk