We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcf6204 + 13ab7c5 commit a84b96bCopy full SHA for a84b96b
1 file changed
src/githubHelper.ts
@@ -878,7 +878,7 @@ export class GithubHelper {
878
async createMilestone(milestone: MilestoneImport): Promise<SimpleMilestone> {
879
// convert from GitLab to GitHub
880
let bodyConverted = await this.convertIssuesAndComments(
881
- milestone.description,
+ milestone.description || '',
882
milestone,
883
false
884
);
0 commit comments