Closed
Description
Hey :)
I'm new to typescript programming and writing actions on GitHub with octokit.
I wanted to adjust a GitHub Action from GitHub to work with GitHub Enterprise server. Therefore, I created a fork and adjusted the instantiation of the octokit client. Due to this change I had to adjust the function for adding reviewers to a pull request. Unfortunately the intelli sense of this function is not working, but the function is working inside the GitHub Action, see image below.
The code snippet of the function can be found here:
I hope you can answer me this question.
Best Regards,
Florian