Add merge note type as cross reference

This commit is contained in:
Igor Drozdov 2019-08-12 15:07:15 +03:00
parent fad6ac77da
commit 139df74253
2 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class SystemNoteMetadata < ApplicationRecord
TYPES_WITH_CROSS_REFERENCES = %w[
commit cross_reference
close duplicate
moved
moved merge
].freeze
ICON_TYPES = %w[

View File

@ -0,0 +1,5 @@
---
title: Show cross-referenced MR-id in issues' activities only to authorized users
merge_request:
author:
type: security