From 042c9660cd1354981ec957a6c723eecf07902145 Mon Sep 17 00:00:00 2001 From: Bart Date: Mon, 20 Jul 2026 17:06:24 -0400 Subject: [PATCH] chore: Add CODEOWNERS for CI-related changes (#7832) Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com> --- CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..f92cb81924 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,4 @@ +# By default, anyone can review changes. + +# The CI tooling team should review changes to the CI configuration. +/.github/ @XRPLF/ci-tooling