more tweaks

This commit is contained in:
Barrett Ruth 2026-03-27 18:08:42 -04:00
parent 5ee2cc567a
commit e31b2777f9
No known key found for this signature in database
GPG key ID: A6C96C9349D2FC81
4 changed files with 17 additions and 65 deletions

View file

@ -1,6 +1,6 @@
local forge = require('forge')
---@type forge.Forge
---@class forge.Codeberg: forge.Forge
local M = {
name = 'codeberg',
cli = 'tea',
@ -135,7 +135,7 @@ function M:pr_base_cmd(num)
return { 'tea', 'pr', num, '--fields', 'base', '--output', 'simple' }
end
---@param branch string
---@param _branch string
---@return string[]
function M:pr_for_branch_cmd(_branch)
return {