copy-github-labels
copy-github-labels copied to clipboard
Deprecation warnings
Just used this via the latest published NPM package with Node v15.8.0, received these deprecation warnings:
[before-after-hook]: "Hook()" repurposing warning, use "Hook.Collection()". Read more: https://git.io/upgrade-before-after-hook-to-1.4
DEPRECATED (@octokit/rest): `issues.getLabels()` is deprecated, use `issues.listLabelsForRepo()`
DEPRECATED (@octokit/rest): callbacks will be removed in v16. Use async/await or Promises instead.
Just notice PR #14 should address this...?