diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f066ddd9..4b3d96dc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,28 +1,25 @@ -# ******************************************************************************* -# 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 -# ******************************************************************************* +.. + # ******************************************************************************* + # 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 + # ******************************************************************************* -# Comment out as not in score yet -# * @eclipse-score/infrastructure-tooling-community -# .* @eclipse-score/infrastructure-tooling-community -# .github/CODEOWNERS @eclipse-score/technical-lead +# 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/ -# 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 +# Note: last match wins + +# default owners +# @eclipse-score/community-process +# interim solution: +* @pahmann @masc2023 @aschemmel-tech @PandaeDo @RolandJentschETAS