Skip to content

Commit

Permalink
*: Add missing OWNERS files
Browse files Browse the repository at this point in the history
Add OWNERS files to modules, targets, and third_party directories that
lack them. In most cases this is a no-op as the new owners are already
global owners, but this gives a better hint to people about where CLs
should be sent for review.

Change-Id: Iebee8183981b361fb2da64cda66bd458cdd55c83
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/125652
Commit-Queue: Auto-Submit <[email protected]>
Pigweed-Auto-Submit: Rob Mohr <[email protected]>
Reviewed-by: Alexei Frolov <[email protected]>
  • Loading branch information
mohrr authored and CQ Bot Account committed Dec 29, 2022
1 parent 2c65b6c commit d1a9833
Show file tree
Hide file tree
Showing 17 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions pw_compilation_testing/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]
1 change: 1 addition & 0 deletions pw_log_android/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]
2 changes: 2 additions & 0 deletions pw_rust/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[email protected]
[email protected]
1 change: 1 addition & 0 deletions pw_sys_io_emcraft_sf2/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]
1 change: 1 addition & 0 deletions pw_sys_io_pico/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]
1 change: 1 addition & 0 deletions pw_web/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]
1 change: 1 addition & 0 deletions targets/emcraft_sf2_som/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]
1 change: 1 addition & 0 deletions targets/host_device_simulator/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]
1 change: 1 addition & 0 deletions targets/mimxrt595_evk/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]
2 changes: 2 additions & 0 deletions targets/rp2040/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[email protected]
[email protected]
2 changes: 2 additions & 0 deletions targets/rp2040_pw_system/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[email protected]
[email protected]
1 change: 1 addition & 0 deletions targets/stm32f429i_disc1_stm32cube/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]
2 changes: 2 additions & 0 deletions third_party/fuchsia/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[email protected]
[email protected]
1 change: 1 addition & 0 deletions third_party/google_auto/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]
2 changes: 2 additions & 0 deletions third_party/pico_sdk/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[email protected]
[email protected]
1 change: 1 addition & 0 deletions third_party/rules_proto_grpc/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]
1 change: 1 addition & 0 deletions third_party/smartfusion_mss/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]

0 comments on commit d1a9833

Please sign in to comment.