Skip to content

Commit

Permalink
Updating expeditor configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Swati Keshari <skeshari@msystechnologies.com>
  • Loading branch information
skeshari12 committed Jun 29, 2021
1 parent 1868843 commit f3b80ea
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,28 @@ github:
changelog:
rollup_header: Changes not yet released to rubygems.org

# These actions are taken, in order they are specified, anytime a Pull Request is merged.
merge_actions:
- built_in:bump_version:
ignore_labels:
- "Expeditor: Skip Version Bump"
- "Expeditor: Skip All"
- bash:.expeditor/update_version.sh:
only_if: built_in:bump_version
- bash:.expeditor/build_docs.sh
- built_in:update_changelog:
ignore_labels:
- "Expeditor: Skip Changelog"
- "Expeditor: Skip All"
- built_in:build_gem:
only_if: built_in:bump_version
subscriptions:
# These actions are taken, in order they are specified, anytime a Pull Request is merged.
- workload: pull_request_merged:{{github_repo}}:{{release_branch}}:*
actions:
- built_in:bump_version:
ignore_labels:
- "Expeditor: Skip Version Bump"
- "Expeditor: Skip All"
- bash:.expeditor/update_version.sh:
only_if: built_in:bump_version
- bash:.expeditor/build_docs.sh
- built_in:update_changelog:
ignore_labels:
- "Expeditor: Skip Changelog"
- "Expeditor: Skip All"
- built_in:build_gem:
only_if: built_in:bump_version

promote:
actions:
- built_in:rollover_changelog
- built_in:publish_rubygems
- workload: project_promoted:{{agent_id}}:*
actions:
- built_in:rollover_changelog
- built_in:publish_rubygems

pipelines:
- verify:
Expand Down

0 comments on commit f3b80ea

Please sign in to comment.