We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810d6d5 commit 863c831Copy full SHA for 863c831
.expeditor/config.yml
@@ -42,6 +42,7 @@ subscriptions:
42
# These actions are taken, in order they are specified, anytime a Pull Request is merged.
43
- workload: pull_request_merged:{{github_repo}}:{{release_branch}}:*
44
actions:
45
+ - trigger_pipeline:habitat/build
46
- built_in:bump_version:
47
ignore_labels:
48
- "Expeditor: Skip Version Bump"
@@ -51,8 +52,7 @@ subscriptions:
51
52
- built_in:update_changelog:
53
54
- "Expeditor: Skip Changelog"
- - "Expeditor: Skip All"
55
- - trigger_pipeline:habitat/build
+ - "Expeditor: Skip All"
56
- built_in:build_gem:
57
only_if: built_in:bump_version
58
0 commit comments