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

680 B

Home > cautious-journey > syncIssueLabels

syncIssueLabels() 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>