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
{{ message }}
This repository was archived by the owner on Jan 14, 2019. It is now read-only.
Since latest versions of GitLab, the API now returns the MR status. For example:
source: https://docs.gitlab.com/ee/api/merge_requests.html#list-merge-requests
merge_status possible values are:
can_be_merged,cannot_be_mergedandunchecked.We could use this new information to create a new column "status" with a badge.
Possible rendering of the new feature:
Depending of the projet/team workflow validation, this feature could give duplicate results with the CI badge.