File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
terraform/github-zephyrproject-rtos
repository/repository-members Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
type,id,permission
2
2
team,maintainers,triage
3
3
team,release,push
4
- user,aescolar,maintain
4
+ user,aescolar,admin
5
5
user,wopu-ot,push
6
6
user,thoh-ot,push
Original file line number Diff line number Diff line change 1
1
type,id,permission
2
2
team,maintainers,triage
3
3
team,release,push
4
- user,aescolar,maintain
4
+ user,aescolar,admin
5
5
user,wopu-ot,push
6
6
user,thoh-ot,push
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ global_admins=(${global_admins})
52
52
53
53
# Set skipped module list
54
54
skipped_modules=(
55
+ # BSIM repositories are hosted outside the zephyrproject-rtos organisation
55
56
bsim
56
57
babblesim_base
57
58
babblesim_ext_2G4_libPhyComv1
@@ -64,6 +65,10 @@ skipped_modules=(
64
65
babblesim_ext_2G4_device_WLAN_actmod
65
66
babblesim_ext_2G4_device_playback
66
67
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
67
72
)
68
73
69
74
# Get the maintainer data for modules (aka. west projects)
You can’t perform that action at this time.
0 commit comments