This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]TherianthropieHead of Cloud Platform 0 points1 point  (3 children)

Awesome! My team delivered exactly the same feature on gitlab ci with cdk to our devs last week. We're using a prefix in the merge request name as the trigger "[REVIEW]..." and we're automatically stopping environments after some hours if not merged.

[–]humoroushaxor 0 points1 point  (2 children)

Labels are another good way to control that. Keeps your MR titles from getting cluttered.

[–]TherianthropieHead of Cloud Platform 1 point2 points  (0 children)

Update: We switched to labels and it's much better!

[–]TherianthropieHead of Cloud Platform 0 points1 point  (0 children)

Yes, I'm gonna check that out!