We would like to be able to create new issues by calling the github api from our own.
Here's documentation on getting started with the github api: https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api#repositories
Here's a library that may meet our needs: https://www.npmjs.com/package/@octokit/rest
Here's the documentation on authentication https://octokit.github.io/rest.js/v18#authentication We probably want to use the github apps auth method