diff options
Diffstat (limited to '.expeditor/config.yml')
-rw-r--r-- | .expeditor/config.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 9ef3c00cd3..7d4d29f38a 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -28,13 +28,13 @@ github: # The file where our CHANGELOG is kept. This file is updated automatically with # details from the Pull Request via the `built_in:update_changelog` merge_action. changelog_file: "CHANGELOG.md" - # This deletes the GitHub PR branch after successfully merged into the release branch + # Delete the PR branch after successfully merged into release branch. delete_branch_on_merge: true # The tag format to use (e.g. v1.0.0) version_tag_format: "v{{version}}" # allow bumping the minor release via label minor_bump_labels: - - "Expeditor: Bump Minor Version" + - "Expeditor: Bump Version Minor" # 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. @@ -56,7 +56,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:trigger_habitat_package_build: ignore_labels: @@ -65,7 +65,7 @@ merge_actions: only_if: built_in:bump_version - built_in:trigger_omnibus_release_build: ignore_labels: - - "Expeditor: Skip Build" + - "Expeditor: Skip Omnibus" - "Expeditor: Skip All" only_if: built_in:bump_version |