Feat: Allow Creation of MRs for Forked Target (#303)
feat: Adds MR creation for project forks
This commit is contained in:
committed by
GitHub
parent
816b87cf91
commit
53d5647380
@@ -116,6 +116,10 @@ M.settings = {
|
||||
template_file = nil,
|
||||
delete_branch = false,
|
||||
squash = false,
|
||||
fork = {
|
||||
enabled = false,
|
||||
forked_project_id = nil,
|
||||
},
|
||||
title_input = {
|
||||
width = 40,
|
||||
border = "rounded",
|
||||
@@ -149,6 +153,7 @@ M.settings = {
|
||||
skip_resolved_discussion = false,
|
||||
severity = vim.diagnostic.severity.INFO,
|
||||
virtual_text = false,
|
||||
use_diagnostic_signs = true,
|
||||
icons = {
|
||||
comment = "→|",
|
||||
range = " |",
|
||||
|
||||
Reference in New Issue
Block a user