RepoConfig
Defined in: src/types.ts:336
Repository connection configuration.
Properties
commitish?
optionalcommitish?:string
Defined in: src/types.ts:342
Git commitish to checkout (branch, tag, SHA). If omitted, defaults to HEAD.
forge?
optionalforge?:"github"|"gitlab"
Defined in: src/types.ts:344
Forge type override. Auto-detected from URL if not specified.
token?
optionaltoken?:string
Defined in: src/types.ts:340
Auth token for the repository host.
url
url:
string
Defined in: src/types.ts:338
Repository URL. Required.