Labels
The following are the recommended GitHub labels to use in your action filters. These are not enforced by Expeditor, and they are not the only labels that Expeditor will support.
If your project has an existing label format (e.g. habitat-sh/habitat), you are free to restructure the labels as you see fit.
Expeditor: Skip All
Commonly used to skip all actions in an action set.
Expeditor: Skip Changelog
Commonly used with a not_if_labels action filter to indicate that the built_in:update_changelog action should be skipped.
Expeditor: Skip Habitat
Commonly used with a not_if_labels action filter to indicate that the trigger_pipeline:habitat/build action should be skipped.
Expeditor: Skip Omnibus
Commonly used with a not_if_labels action filter to indicate that the trigger_pipeline:omnibus/release action should be skipped.
Expeditor: Bump Version Patch
Can be used in conjunction with a only_if_labels filter to manage when the built_in:bump_version action is executed.
Expeditor: Bump Version Minor
Commonly used to configure github.minor_bump_labels to indicate that Expeditor should bump the minor version using built_in:bump_version when the pull request is merged.
Expeditor: Bump Version Major
Commonly used to configure github.major_bump_labels to indicate that Expeditor should bump the major version using built_in:bump_version when the pull request is merged.
Expeditor: Skip Version Bump
Commonly used with a not_if_labels action filter to indicate that the built_in:bump_version should be skipped.