From 1dee321d947b6cf8ec88ca70a269441cc6e096ee Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 19 Apr 2019 14:28:59 -0700 Subject: Update expeditor config to use the new labels We updated all our labels Signed-off-by: Tim Smith --- .expeditor/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.expeditor') diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 2d086d5..0f5d2d1 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -16,7 +16,7 @@ github: version_tag_format: "v{{version}}" # allow bumping the minor release via label minor_bump_labels: - - "Expeditor: Bump Minor Version" + - "Expeditor: Bump Version Minor" changelog: rollup_header: Changes not yet released to rubygems.org @@ -31,7 +31,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 -- cgit v1.2.1