diff options
author | Tim Smith <tsmith@chef.io> | 2019-01-25 10:36:19 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-01-25 10:38:51 -0800 |
commit | 2fecd66d19ead6d9fb36e2f6fd34d7b6d5838520 (patch) | |
tree | ab1fe7d50bb765c8a335812d108341ce0b4852f7 /.expeditor/config.yml | |
parent | 83dd9e37e73634286f1f6378e9bbadb8471a1c61 (diff) | |
download | chef-2fecd66d19ead6d9fb36e2f6fd34d7b6d5838520.tar.gz |
Add a project alias in expeditor
This means we can run:
/expeditor promote chef-15 15.0.31337
instead of:
/expeditor promote chef/chef:master 15.0.31337
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor/config.yml')
-rw-r--r-- | .expeditor/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index ffcebe8ad2..449b4e8edd 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -1,5 +1,9 @@ # Documentation available at https://expeditor.chef.io/docs/getting-started/ +# the name we use for this project when interacting with expeditor chatbot +project: + alias: chef-15 + # The name of the product keys for this product (from mixlib-install) product_key: - chef |