github / github-app-js-sample

Sample of a GitHub App that comments new pull requests
MIT License
102 stars 141 forks source link

Update to work with GHES #3

Closed skedwards88 closed 1 year ago

skedwards88 commented 1 year ago

Updates the code to work with GHES as well by relying on a 'ENTERPRISE_HOSTNAME' environment varible to set 'baseUrl' when creating a new Octokit App instance.