Skip to content

Commit

Permalink
Merge pull request #867 from chef/update-expeditor-configuration
Browse files Browse the repository at this point in the history
Updating expeditor configuration
  • Loading branch information
tduffield authored Jun 29, 2021
2 parents 1868843 + f3b80ea commit e9ffe4e
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 e9ffe4e

Please sign in to comment.