Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update WASM extension maintainer from PiotrSikora to mpwarres in OWNERS.md #25111

Merged
merged 4 commits into from
Jan 24, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,17 @@ extensions/filters/common/original_src @snowp @klarose
# attribute context
/*/extensions/filters/common/expr @kyessenov @yangminzhu @lizan
# webassembly access logger extensions
/*/extensions/access_loggers/wasm @PiotrSikora @mathetake @lizan
/*/extensions/access_loggers/wasm @mpwarres @mathetake @lizan
# webassembly bootstrap extensions
/*/extensions/bootstrap/wasm @PiotrSikora @mathetake @lizan
/*/extensions/bootstrap/wasm @mpwarres @mathetake @lizan
# webassembly http extensions
/*/extensions/filters/http/wasm @PiotrSikora @mathetake @lizan
/*/extensions/filters/http/wasm @mpwarres @mathetake @lizan
# webassembly network extensions
/*/extensions/filters/network/wasm @PiotrSikora @mathetake @lizan
/*/extensions/filters/network/wasm @mpwarres @mathetake @lizan
# webassembly common extension
/*/extensions/common/wasm @PiotrSikora @mathetake @lizan
/*/extensions/common/wasm @mpwarres @mathetake @lizan
# webassembly runtimes
/*/extensions/wasm_runtime/ @PiotrSikora @mathetake @lizan
/*/extensions/wasm_runtime/ @mpwarres @mathetake @lizan
# common matcher
/*/extensions/common/matcher @mattklein123 @yangminzhu
/*/extensions/common/proxy_protocol @alyssawilk @wez470
Expand All @@ -125,7 +125,7 @@ extensions/filters/common/original_src @snowp @klarose
/*/extensions/stat_sinks/hystrix @trabetti @jmarantz
/*/extensions/stat_sinks/metrics_service @ramaraochavali @jmarantz
# webassembly stat-sink extensions
/*/extensions/stat_sinks/wasm @PiotrSikora @mathetake @lizan
/*/extensions/stat_sinks/wasm @mpwarres @mathetake @lizan
/*/extensions/resource_monitors/injected_resource @eziskind @htuch
/*/extensions/resource_monitors/common @eziskind @htuch
/*/extensions/resource_monitors/fixed_heap @eziskind @htuch
Expand Down
2 changes: 1 addition & 1 deletion OWNERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following extension maintainers have final say over the extensions mentioned
approve an extension PR, it will be merged by the maintainer on-call (or any other maintainer)
without further review.

* Piotr Sikora ([PiotrSikora](https://github.com/PiotrSikora)) (piotrsikora@google.com)
* Michael Warres ([mpwarres] (https://github.com/mpwarres)) (mpw@google.com)
* Wasm
* Raúl Gutiérrez Segalés ([rgs1](https://github.com/rgs1)) ([email protected])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While we're in here, rgs1 removed himself from the pinterest extensions so we should probably remove entirely.

* Thrift
Expand Down