DevOps / Gitlab Interview questions
What is a GitLab milestone?
A milestone is a way to group issues and merge requests around a shared deadline or goal, such as a sprint, a release version, or a quarterly target. Milestones can be created at the project level or the group level, and group milestones apply across every project in that group.
Once issues are assigned to a milestone, GitLab shows burndown-style progress (open vs. closed) automatically, which makes milestones a lightweight substitute for a dedicated sprint-tracking tool when a team just needs to see "what's left before this ships."
More Related questions...