diff options
-rw-r--r-- | MAINTAINERS.md | 1 | ||||
-rw-r--r-- | MAINTAINERS.toml | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 930402563c..4f5e508155 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -31,6 +31,7 @@ To mention the team, use @chef/client-core * [Adam Leff](https://github.com/adamleff) * [Bryan McLellan](https://github.com/btm) * [Noah Kantrowitz](https://github.com/coderanger) +* [Seth Thomas](https://github.com/cheeseplus) * [Daniel DeLeo](https://github.com/danielsdeleo) * [AJ Christensen](https://github.com/fujin) * [Phil Dibowitz](https://github.com/jaymzh) diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml index 0bb0801574..c865967ec1 100644 --- a/MAINTAINERS.toml +++ b/MAINTAINERS.toml @@ -37,6 +37,7 @@ Maintainers for the Chef client, Ohai, mixlibs, ChefDK, ChefSpec, Foodcritic, ch "adamleff", "btm", "coderanger", + "cheeseplus", "danielsdeleo", "fujin", "jaymzh", @@ -364,3 +365,7 @@ The specific components of Chef related to a given platform - including (but not GitHub = "itmustbejj" Twitter = "itmustbejj" IRC = "itmustbejj" + + [people.cheeseplus] + Name = "Seth Thomas" + GitHub = "cheeseplus" |