25 lines
665 B
Markdown
25 lines
665 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [syncIssues](./cautious-journey.syncissues.md)
|
|
|
|
## syncIssues() 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<unknown>
|
|
|