Its nice that octokit gets automagically added to the github object but it appears the types don't recognize it.
Property 'rest' does not exist on type 'typeof import("/node_modules/@actions/github/lib/github")'.ts(2339)
Any ideas on how we can fix?
Thanks!
Its nice that octokit gets automagically added to the
githubobject but it appears the types don't recognize it.Property 'rest' does not exist on type 'typeof import("/node_modules/@actions/github/lib/github")'.ts(2339)
Any ideas on how we can fix?
Thanks!