summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-23 11:48:20 -0700
committerTim Smith <tsmith@chef.io>2019-04-23 11:48:20 -0700
commit6345a1368e1de4b44fa26c40df7615d28894a9e4 (patch)
tree19fec1f9928d010e1346b59982b743540c083e52 /.expeditor
parent7ad076b72d383f476f554dfc4821f5b9c02467aa (diff)
downloadmixlib-log-6345a1368e1de4b44fa26c40df7615d28894a9e4.tar.gz
Expand testing / Update GitHub templates
Add a contributing.md file Update codeowners for the new teams Add new github templates Test on all the ruby versions in appveyor Add issue locking Fix expeditor for the new issue labels Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/config.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index fb57921..3e2b428 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -15,7 +15,10 @@ github:
version_tag_format: "v{{version}}"
# allow bumping the minor release via label
minor_bump_labels:
- - "Expeditor: Bump Minor Version"
+ - "Expeditor: Bump Version Minor"
+ # allow bumping the major release via label
+ major_bump_labels:
+ - "Expeditor: Bump Version Major"
changelog:
rollup_header: Changes not yet released to rubygems.org
@@ -30,7 +33,7 @@ merge_actions:
only_if: built_in:bump_version
- built_in:update_changelog:
ignore_labels:
- - "Expeditor: Exclude From Changelog"
+ - "Expeditor: Skip Changelog"
- "Expeditor: Skip All"
- built_in:build_gem:
only_if: built_in:bump_version