From f9e02c5abfd5a8ec42ba6ac5349cfb1f271f53e1 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 3 Jul 2026 14:55:51 +0100 Subject: [PATCH] Update maintainers Replace Phil Wakelin with the new Java maintainers team, and use a new CODEOWNERS file instead of MAINTAINERS.md Signed-off-by: James Taylor --- CODEOWNERS | 6 ++++++ MAINTAINERS.md | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 CODEOWNERS delete mode 100644 MAINTAINERS.md diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..913bb8a --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,6 @@ +# CODEOWNERS - Defines maintainers for this CICS sample +# Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# Last reviewed: 2026-07 + +# For members of the team that maintains Java samples, see https://github.com/orgs/cicsdev/teams/cics-java-maintainers +* @cicsdev/cics-java-maintainers diff --git a/MAINTAINERS.md b/MAINTAINERS.md deleted file mode 100644 index 038cda4..0000000 --- a/MAINTAINERS.md +++ /dev/null @@ -1,5 +0,0 @@ -# Maintainers - -- Phil Wakelin [@PhilWakelin](https://github.com/PhilWakelin) - -*Last reviewed:* November 2024