UNPKG

@yuki-no/plugin-sdk

Version:

A GitHub Action that tracks changes between repositories. It creates GitHub issues based on commits from a head repository, making it ideal for documentation translation projects.

4 lines (3 loc) 169 B
import type { GitHub } from '../infra/github'; import type { Issue } from '../types/github'; export declare const getOpenedIssues: (github: GitHub) => Promise<Issue[]>;