diff options
author | Tim Smith <tsmith@chef.io> | 2018-06-04 14:15:34 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-06-04 14:15:34 -0700 |
commit | 8b0ca619a96278506572c0db944da150ac69cc39 (patch) | |
tree | 7be1697d051f4718aab7a58d52079e6271fa0ec7 | |
parent | 71c0fa2601e22040d24a34cf77df5c1ebd4a0183 (diff) | |
download | ohai-8b0ca619a96278506572c0db944da150ac69cc39.tar.gz |
Remove maintainer_groupexpeditor_13
Per @tduffield
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | .expeditor/config.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index c547e322..327cb820 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -10,8 +10,6 @@ rubygems: github: # The tag format to use (e.g. v1.0.0) version_tag_format: "v{{version}}" - # The Github Team primarily responsible for handling incoming Pull Requests. - maintainer_group: chef/client-maintainers # Which Github branches to build Omnibus releases from, and what versions # (as determined by the value in the VERSION file) those branches are responsible # for building. @@ -44,4 +42,3 @@ merge_actions: - "Expeditor: Skip All" - built_in:build_gem: only_if: built_in:bump_version - |