From a4ffcb470af032951c2976e6fc85ed502270ebb0 Mon Sep 17 00:00:00 2001 From: PandaeDo Date: Wed, 17 Jun 2026 12:56:55 +0200 Subject: [PATCH 1/3] add codeowners --- .github/CODEOWNERS | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f066ddd9..4a304c1c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,23 +6,12 @@ # # This program and the accompanying materials are made available under the # terms of the Apache License Version 2.0 which is available at -# https://www.apache.org/licenses/LICENSE-2.0 -# -# SPDX-License-Identifier: Apache-2.0 -# ******************************************************************************* +# GitHub CODEOWNERS file is a simple way to automate review system on github, +# by automatically assigning owners to a pull request based on which files +# were modified. All directories should have a proper codeowner +# Syntax: https://help.github.com/articles/about-codeowners/ -# Comment out as not in score yet -# * @eclipse-score/infrastructure-tooling-community -# .* @eclipse-score/infrastructure-tooling-community -# .github/CODEOWNERS @eclipse-score/technical-lead - -# in separate repositories: -# -# /docs @eclipse-score/process-community -# /docs/manuals @eclipse-score//safety-manager -# /docs/release @eclipse-score//quality-manager @eclipse-score//module-lead -# /docs/safety_plan @eclipse-score//safety-manager @eclipse-score//module-lead -# /docs/safety_analysis @eclipse-score//safety-manager -# /docs/verification_report @eclipse-score//quality-manager @eclipse-score//safety-manager -# /components @eclipse-score//technical-lead -# /components/*/ @eclipse-score//automotive-score-committers +# default owners +# @eclipse-score/community-process +# interim solution: +* @pahmann @masc2023 @aschemmel-tech @PandaeDo @RolandJentschETAS From 8ce8e01773bb1a1ee3286b4b994bb6497e57fcbe Mon Sep 17 00:00:00 2001 From: PandaeDo Date: Wed, 17 Jun 2026 13:11:44 +0200 Subject: [PATCH 2/3] fix error --- .github/CODEOWNERS | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4a304c1c..847e9974 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,16 +1,10 @@ -# ******************************************************************************* -# Copyright (c) 2026 Contributors to the Eclipse Foundation -# -# See the NOTICE file(s) distributed with this work for additional -# information regarding copyright ownership. -# -# This program and the accompanying materials are made available under the -# terms of the Apache License Version 2.0 which is available at # GitHub CODEOWNERS file is a simple way to automate review system on github, # by automatically assigning owners to a pull request based on which files # were modified. All directories should have a proper codeowner # Syntax: https://help.github.com/articles/about-codeowners/ +# Note: last match wins + # default owners # @eclipse-score/community-process # interim solution: From 2b82ae0eeef0fe07a74c5101f4ab6103a2b77782 Mon Sep 17 00:00:00 2001 From: PandaeDo Date: Wed, 17 Jun 2026 13:19:43 +0200 Subject: [PATCH 3/3] fix --- .github/CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 847e9974..4b3d96dc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,17 @@ +.. + # ******************************************************************************* + # Copyright (c) 2026 Contributors to the Eclipse Foundation + # + # See the NOTICE file(s) distributed with this work for additional + # information regarding copyright ownership. + # + # This program and the accompanying materials are made available under the + # terms of the Apache License Version 2.0 which is available at + # https://www.apache.org/licenses/LICENSE-2.0 + # + # SPDX-License-Identifier: Apache-2.0 + # ******************************************************************************* + # GitHub CODEOWNERS file is a simple way to automate review system on github, # by automatically assigning owners to a pull request based on which files # were modified. All directories should have a proper codeowner