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 84034fc commit 259cd8cCopy full SHA for 259cd8c
.expeditor/config.yml
@@ -46,15 +46,18 @@ subscriptions:
46
ignore_labels:
47
- "Expeditor: Skip Version Bump"
48
- "Expeditor: Skip All"
49
- - trigger_pipeline:habitat/build
50
- bash:.expeditor/update_version.sh:
51
only_if: built_in:bump_version
52
- built_in:update_changelog:
53
54
- "Expeditor: Skip Changelog"
55
56
- built_in:build_gem:
57
- only_if: built_in:bump_version
+ only_if: built_in:bump_version
+ - trigger_pipeline:habitat/build:
58
+ ignore_labels:
59
+ - "Expeditor: Skip Habitat"
60
+ - "Expeditor: Skip All"
61
62
# - workload: project_promoted:{{agent_id}}:*
63
# actions:
0 commit comments