2017-07-24 16:11:25 +00:00
|
|
|
product_key: inspec
|
|
|
|
|
|
|
|
# Slack channel in Chef Software slack to send notifications about build failures, etc
|
|
|
|
slack:
|
|
|
|
notify_channel: inspec-notify
|
|
|
|
|
|
|
|
github:
|
|
|
|
maintainer_group: chef/inspec-maintainers
|
|
|
|
version_tag_format: v{{version}}
|
|
|
|
|
|
|
|
merge_actions:
|
|
|
|
built_in:bump_version:
|
2017-08-03 23:35:15 +00:00
|
|
|
ignore_labels:
|
|
|
|
- "Version: Skip Bump"
|
|
|
|
- "Expeditor: Skip All"
|
2017-07-24 16:11:25 +00:00
|
|
|
bash:.expeditor/update_version.sh:
|
|
|
|
only_if: built_in:bump_version
|
|
|
|
built_in:update_changelog:
|
2017-08-03 23:35:15 +00:00
|
|
|
ignore_labels:
|
|
|
|
- "Changelog: Skip Update"
|
|
|
|
- "Expeditor: Skip All"
|
2017-07-24 16:11:25 +00:00
|
|
|
built_in:trigger_omnibus_release_build:
|
2017-08-03 23:35:15 +00:00
|
|
|
ignore_labels:
|
|
|
|
- "Omnibus: Skip Build"
|
|
|
|
- "Expeditor: Skip All"
|
2017-07-24 16:11:25 +00:00
|
|
|
only_if: built_in:bump_version
|
2017-07-27 22:41:42 +00:00
|
|
|
|
|
|
|
artifact_actions:
|
|
|
|
promoted_to_stable:
|
|
|
|
built_in:rollover_changelog:
|