Skip to content

Commit 5172731

Browse files
authored
chore: init CODEOWNERS (#1212)
Initializes CODEOWNERS file to allow automatic PR reviewers. Signed-off-by: Luca Zaninotto <luca.zaninotto@secomind.com>
1 parent 35a9aab commit 5172731

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# These owners will be the default owners for everything in the repo.
2+
# Order is important; the last matching pattern takes the most precedence.
3+
4+
* @edgehog-device-manager/cloud-devs
5+
/frontend/ @edgehog-device-manager/cloud-frontend-devs
6+
/backend/ @edgehog-device-manager/cloud-backend-devs

REUSE.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,9 @@ path = ".github/release-please/*.json"
7474
precedence = "aggregate"
7575
SPDX-FileCopyrightText = "2026 Seco Mind Srl"
7676
SPDX-License-Identifier = "Apache-2.0"
77+
78+
[[annotations]]
79+
path = ".github/CODEOWNERS"
80+
precedence = "aggregate"
81+
SPDX-FileCopyrightText = "2026 Seco Mind Srl"
82+
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)