You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all the Stages need to be referened in the Project if you want auto promotion
Suggested Implementation
NOTE: labels are mutable on resources, but names cannot be changed. It could mean that there is a use case for globs/regex vs. labels. So we might want both.
The text was updated successfully, but these errors were encountered:
Proposed Feature
It would be useful to set a promotion policy based on a set of labels and/or naming patterns.
Today, a promotion policy is set against explicit names:
Instead, we could possibly use selectors:
or globs/regex:
Motivation
Currently, all the Stages need to be referened in the Project if you want auto promotion
Suggested Implementation
NOTE: labels are mutable on resources, but names cannot be changed. It could mean that there is a use case for globs/regex vs. labels. So we might want both.
The text was updated successfully, but these errors were encountered: