Skip to content

craft-hub / ApplyGitIntegrationRequest

Interface: ApplyGitIntegrationRequest

Defined in: packages/craft-hub/src/git-integration.ts:76

Apply request bound to the exact repository state shown in a previous Plan.

Extends

Properties

deleteSourceBranch?

optional deleteSourceBranch?: boolean

Defined in: packages/craft-hub/src/git-integration.ts:51

Delete the source branch with git branch -d after a successful integration.

Inherited from

GitIntegrationRequest.deleteSourceBranch


expectedRevision

expectedRevision: string

Defined in: packages/craft-hub/src/git-integration.ts:77


targetBranch?

optional targetBranch?: string

Defined in: packages/craft-hub/src/git-integration.ts:49

Local target branch. Omit to use origin/HEAD, main, or master in that order.

Inherited from

GitIntegrationRequest.targetBranch

Released under the MIT License.