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) 300 B
import type { ReleaseInfo } from './getRelease'; import type { GitHub } from '@yuki-no/plugin-sdk/infra/github'; import type { Issue } from '@yuki-no/plugin-sdk/types/github'; export declare const updateIssueLabelsByRelease: (github: GitHub, issue: Issue, releaseInfo: ReleaseInfo) => Promise<void>;