Skip to content

feat(releases): migrate releases from gitlab to github#94

Merged
spruce merged 3 commits intopiceaTech:masterfrom
gaurav5430:master
Jan 10, 2022
Merged

feat(releases): migrate releases from gitlab to github#94
spruce merged 3 commits intopiceaTech:masterfrom
gaurav5430:master

Conversation

@gaurav5430
Copy link
Copy Markdown
Contributor

Added code to transfer releases from gitlab to github with limited functionality (due to github api limitations).

Copy link
Copy Markdown
Member

@spruce spruce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good sofar. But I found some things which I would like to be changed.
Also, please add a comment about the new feature to sample settings and the README.

Thanks 👍

Comment thread src/githubHelper.ts
Comment thread src/githubHelper.ts
Comment thread src/index.ts Outdated
Comment on lines +159 to +160


Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you remove these newlines? :)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would do

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

Comment thread src/index.ts Outdated
console.error(err);
}
} else {
if (githubRelease) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This if is always true because it is in the else branch of the inverse and can therefor be removed.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would remove

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@gaurav5430
Copy link
Copy Markdown
Contributor Author

Looks good sofar. But I found some things which I would like to be changed. Also, please add a comment about the new feature to sample settings and the README.

Thanks 👍

  • added to README and sample settings
  • replied to PR comments
  • fixed whitespace

@gaurav5430 gaurav5430 requested a review from spruce January 2, 2022 17:59
@spruce spruce merged commit 840100f into piceaTech:master Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants