Creates a new directory commit for an agent or skill repository by applying.
func (
r *RepoDirectoryService) Commit(ctx context.Context,
owner string,
repo string,
body RepoDirectoryCommitParams,
opts ...option.RequestOption) (res *RepoDirectoryCommitResponse,
err error
)Creates a new directory commit for an agent or skill repository by applying file/link create, update, and delete operations.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
owner* | string | |
repo* | string | |
body* | RepoDirectoryCommitParams | |
opts* | ...option.RequestOption |