Skip to content

Commit

Permalink
Add assignees and labels to GitHubIssueContent
Browse files Browse the repository at this point in the history
  • Loading branch information
yykamei committed Mar 28, 2024
1 parent 79599b5 commit 83a9d2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GitHubIssueContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ export class GitHubIssueContent {
constructor(
private readonly charts: MermaidXYChart[],
public readonly title: string,
public readonly assignees?: string[],
public readonly labels?: string[],
) {}

get body(): string {
Expand Down

0 comments on commit 83a9d2c

Please sign in to comment.