1
0
Fork 0
cautious-journey/docs/api/cautious-journey.syncissues.md

665 B

Home > cautious-journey > syncIssues

syncIssues() function

goes through and resolves each issue in the project. if there are changes and no errors, then updates the issue.

Signature:

export declare function syncIssueLabels(options: SyncOptions): Promise<unknown>;

Parameters

Parameter Type Description
options SyncOptions

Returns:

Promise<unknown>