Skip to content

Commit

Permalink
Do not copy assignees to GUI issues (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Kiefer Chang <[email protected]>
  • Loading branch information
bk201 authored May 29, 2024
1 parent 4c1b7d3 commit 4c9eb65
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def __create_gui_issue(self):
'title': f"[GUI] {self.original_issue.title}",
'body': f"GUI Issue from #{self.issue_number}",
'labels': self.labels,
'assignees': self.original_issue.assignees,
}
if self.original_issue.milestone is not None:
issue_data['milestone'] = self.original_issue.milestone
Expand Down

0 comments on commit 4c9eb65

Please sign in to comment.