From 44fcabad87e6718eeb9201c21a362eb5cd209821 Mon Sep 17 00:00:00 2001 From: John Long Date: Mon, 6 Jul 2026 19:45:48 +0100 Subject: [PATCH] chore: add CODEOWNERS and allow admin team to merge without approver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sets required_approving_review_count to 0 so PRs can be merged once all status checks pass. CODEOWNERS assigns @SAP-samples/fiori-tools-samples-admin as owners — members can merge without a separate reviewer. Co-Authored-By: Claude --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..9ada318 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# All files owned by the admin team. +# Members of this team can merge PRs once all status checks pass — no separate approver required. +* @SAP-samples/fiori-tools-samples-admin