Skip to content

Commit 1c2dfa5

Browse files
authored
Merge pull request #260 from stephanosio/gh-exclude_aescolar_repos
sync_module_repo_members: Exclude edtt and nrf_hw_models
2 parents f642136 + a505b1c commit 1c2dfa5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
type,id,permission
22
team,maintainers,triage
33
team,release,push
4-
user,aescolar,maintain
4+
user,aescolar,admin
55
user,wopu-ot,push
66
user,thoh-ot,push
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
type,id,permission
22
team,maintainers,triage
33
team,release,push
4-
user,aescolar,maintain
4+
user,aescolar,admin
55
user,wopu-ot,push
66
user,thoh-ot,push

terraform/github-zephyrproject-rtos/scripts/sync_module_repo_members.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ global_admins=(${global_admins})
5252

5353
# Set skipped module list
5454
skipped_modules=(
55+
# BSIM repositories are hosted outside the zephyrproject-rtos organisation
5556
bsim
5657
babblesim_base
5758
babblesim_ext_2G4_libPhyComv1
@@ -64,6 +65,10 @@ skipped_modules=(
6465
babblesim_ext_2G4_device_WLAN_actmod
6566
babblesim_ext_2G4_device_playback
6667
babblesim_ext_libCryptov1
68+
# edtt and nrf_hw_models require special handling due to how module
69+
# synchronisation is done
70+
edtt
71+
nrf_hw_models
6772
)
6873

6974
# Get the maintainer data for modules (aka. west projects)

0 commit comments

Comments
 (0)