Skip to content

Commit

Permalink
Merge pull request #64 from chef/update-expeditor-configuration
Browse files Browse the repository at this point in the history
Updating expeditor configurations
  • Loading branch information
tduffield authored Jul 1, 2021
2 parents b5e8f77 + d31eb5b commit 088a9df
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,26 @@ 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
- 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
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
- built_in:update_changelog:
ignore_labels:
- "Expeditor: Skip Changelog"
- "Expeditor: Skip All"
- built_in:build_gem:
only_if: built_in:bump_version
- workload: project_promoted:{{agent_id}}:*
actions:
- built_in:rollover_changelog
- built_in:publish_rubygems

pipelines:
- verify:
Expand Down

0 comments on commit 088a9df

Please sign in to comment.