[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [syncIssueLabels](./cautious-journey.syncissuelabels.md) ## syncIssueLabels() function goes through and resolves each issue in the project. if there are changes and no errors, then updates the issue. Signature: ```typescript export declare function syncIssueLabels(options: SyncOptions): Promise; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | options | [SyncOptions](./cautious-journey.syncoptions.md) | | Returns: Promise<unknown>