summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Preston <stuart@chef.io>2018-09-17 10:20:16 +0100
committerGitHub <noreply@github.com>2018-09-17 10:20:16 +0100
commit4383cc3ee5c75174459f3cc0813d4a48e2b96442 (patch)
tree5c85fbc51e4ecd97a25019fb13d81cba9a3955be
parent9f5e38ac792347ed2a5ced4a9456c762d43cda8c (diff)
parentf51784d8365399637604eccc28a263e16216cf4a (diff)
downloadchef-4383cc3ee5c75174459f3cc0813d4a48e2b96442.tar.gz
Merge pull request #7642 from chef/maintainers
Add @tas50 as the opensuse lieutenant and maintainer for macos / windows
-rw-r--r--MAINTAINERS.md7
-rw-r--r--MAINTAINERS.toml11
2 files changed, 13 insertions, 5 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md
index 4f5e508155..2c1e13ce0f 100644
--- a/MAINTAINERS.md
+++ b/MAINTAINERS.md
@@ -113,6 +113,7 @@ To mention the team, use @chef/client-windows
* [Stuart Preston](https://github.com/stuartpreston)
* [Salim Alam](https://github.com/chefsalim)
* [Matt Wrock](https://github.com/mwrock)
+* [Tim Smith](https://github.com/tas50)
## Solaris
@@ -146,6 +147,7 @@ To mention the team, use @chef/client-os-x
* [Tyler Ball](https://github.com/tyler-ball)
* [mikedodge04](https://github.com/mikedodge04)
+* [Tim Smith](https://github.com/tas50)
## Debian
@@ -172,10 +174,13 @@ To mention the team, use @chef/client-fedora
To mention the team, use @chef/client-opensuse
+### Lieutenant
+
+* [Tim Smith](https://github.com/tas50)
+
### Maintainers
* [Lamont Granquist](https://github.com/lamont-granquist)
-* [Tim Smith](https://github.com/tas50)
## SUSE Enterprise Linux Server
diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml
index c865967ec1..43f99ad708 100644
--- a/MAINTAINERS.toml
+++ b/MAINTAINERS.toml
@@ -112,7 +112,8 @@ The specific components of Chef related to a given platform - including (but not
"smurawski",
"stuartpreston",
"chefsalim",
- "mwrock"
+ "mwrock",
+ "tas50"
]
[Org.Components.Subsystems.Solaris]
@@ -139,7 +140,8 @@ The specific components of Chef related to a given platform - including (but not
maintainers = [
"tyler-ball",
- "mikedodge04"
+ "mikedodge04",
+ "tas50"
]
[Org.Components.Subsystems.Debian]
@@ -165,9 +167,10 @@ The specific components of Chef related to a given platform - including (but not
title = "openSUSE"
team = "client-opensuse"
+ lieutenant = "tas50"
+
maintainers = [
- "lamont-granquist",
- "tas50"
+ "lamont-granquist"
]
[Org.Components.Subsystems."SUSE Enterprise Linux"]