Skip to content

GitHubIssueStorageOptions

Defined in: storage/github-issue.ts:13

issueNumber: number | "auto"

Defined in: storage/github-issue.ts:17

Issue number, or ‘auto’ to create if doesn’t exist


optional issueTitle: string

Defined in: storage/github-issue.ts:19

Issue title when auto-creating


optional octokit: GitHubIssueStorageOctokit

Defined in: storage/github-issue.ts:23

Optional Octokit instance (for testing)


repo: string

Defined in: storage/github-issue.ts:15

Repository in format “owner/repo”


token: string

Defined in: storage/github-issue.ts:21

GitHub token for authentication