GitHubIssueStorageOptions
Defined in: storage/github-issue.ts:13
Properties
Section titled “Properties”issueNumber
Section titled “issueNumber”issueNumber:
number|"auto"
Defined in: storage/github-issue.ts:17
Issue number, or ‘auto’ to create if doesn’t exist
issueTitle?
Section titled “issueTitle?”
optionalissueTitle:string
Defined in: storage/github-issue.ts:19
Issue title when auto-creating
octokit?
Section titled “octokit?”
optionaloctokit: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