Cleanup comment

This commit is contained in:
Tyler McGoffin 2025-01-24 14:18:20 -08:00
parent 4382bdf072
commit 62106dc800

View file

@ -66,8 +66,7 @@ type BranchConfig struct {
// MergeBase is the optional base branch to target in a new PR if `--base` is not specified.
MergeBase string
MergeRef string
// These are used to handle triangular workflows. They can be defined by either
// a remote.pushDefault or a branch.<name>.pushremote value set on the git config.
// These are usually used to handle triangular workflows.
PushRemoteURL *url.URL
PushRemoteName string
}