I forked the repo to make a version for _editing_ (https://github.com/JEFuller/action-edit-label), but when ` npm run build` I get: ``` src/main.ts:22:31 - error TS2339: Property 'GitHub' does not exist on type 'typeof import("/home/dave/action-edit-label/node_modules/@actions/github/lib/github")'. 22 const client = new github.GitHub(githubToken); ~~~~~~ ``` Any ideas?