Bug Fixes (#470)
* fix: Restore buffer local settings outside reviewer (#446) * fix: do not show healthcheck alert for warnings (#468) * feat: Add MR URL to the summary details (#467) * fix: make cycling reviewed files faster (#474) * feat(pipeline): display trigger jobs for a pipeline in the pipelines popup (#465) * fix: Jumping to renamed files (#484) --------- Co-authored-by: Jakub F. Bortlík <jakub.bortlik@proton.me> Co-authored-by: Ashish Alex <ashish.alex10@gmail.com>
This commit is contained in:
committed by
GitHub
parent
3b396a5e6b
commit
9f898aa1a8
@@ -302,6 +302,7 @@ you call this function with no values the defaults will be used:
|
||||
"delete_branch",
|
||||
"squash",
|
||||
"labels",
|
||||
"web_url",
|
||||
},
|
||||
},
|
||||
discussion_signs = {
|
||||
@@ -315,6 +316,7 @@ you call this function with no values the defaults will be used:
|
||||
comment = "→|",
|
||||
range = " |",
|
||||
},
|
||||
skip_old_revision_discussion = false, -- Don't show diagnostics for discussions that were created for earlier MR revisions
|
||||
},
|
||||
pipeline = {
|
||||
created = "",
|
||||
|
||||
Reference in New Issue
Block a user