665 B
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>