UNPKG

yuki-no-plugin-release-tracking

Version:

Release tracking plugin for yuki-no - Tracks release status for commits and manages issue labels/comments automatically

5 lines (4 loc) 357 B
import type { ReleaseInfo } from '@gumball12/yuki-no/git/getRelease'; import type { GitHub } from '@gumball12/yuki-no/github/core'; import type { Issue } from '@gumball12/yuki-no/github/getOpenedIssues'; export declare const updateIssueCommentByRelease: (github: GitHub, issue: Issue, releaseInfo: ReleaseInfo, releasesAvailable: boolean) => Promise<void>;