1
0
Fork 0
cautious-journey/docs/api/cautious-journey.syncissuel...

25 lines
680 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [cautious-journey](./cautious-journey.md) &gt; [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.
<b>Signature:</b>
```typescript
export declare function syncIssueLabels(options: SyncOptions): Promise<unknown>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | [SyncOptions](./cautious-journey.syncoptions.md) | |
<b>Returns:</b>
Promise&lt;unknown&gt;