kt3k / update-pr-description

Update Pull Request Description on Push
Apache License 2.0
21 stars 14 forks source link

Migrate to `github.getOctokit()` #6

Closed devlato closed 2 years ago

devlato commented 2 years ago

Make use of github.getOctokit(token) instead of new github.Github(token), as per the README

devlato commented 2 years ago

Hey @kt3k, sorry to bother – here's another one 🙂 Apparently, the syntax has changed and now you need to obtain an octokit instance a bit differently, otherwise it fails.

If this PR's fine, please merge it and release to the marketplace 🙂

kt3k commented 2 years ago

Published to marketplace