Feat: Create Merge Request (#149)
- Adds the ability to create MRs to the plugin - Adds the ability to jump to specific discussions/notes in the browser - Fixes stale icons - Adds debug keybinding for discussion tree for developers
This commit is contained in:
committed by
GitHub
parent
35f0bc16a5
commit
37a53842d0
@@ -46,7 +46,7 @@ M.confirm_merge = function(merge_body, squash_message)
|
||||
merge_body.squash_message = squash_message
|
||||
end
|
||||
|
||||
job.run_job("/merge", "POST", merge_body, function(data)
|
||||
job.run_job("/mr/merge", "POST", merge_body, function(data)
|
||||
reviewer.close()
|
||||
u.notify(data.message, vim.log.levels.INFO)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user