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) 328 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 updateIssueLabelsByRelease: (github: GitHub, issue: Issue, releaseInfo: ReleaseInfo) => Promise<void>;