-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on GitHub enterprise #62
Comments
Which version of GitHub Enterprise is this? We now use Node 16, which might not be available in all GitHub Enterprise versions. |
The benchmark itself run through fine. What I am getting in the end is:
GitHub Enterprise Server 3.4.3 |
Hmm is the PR coming from a fork, instead of a branch in the same repo? |
The log from the previous comment came indeed from a branch triggered build and not from a PR, sorry for that. I have now triggered the action from a pull request and it says
The URL of my PR is https://my-company.com/myorg/myproject/pull/15 The runner has appropriate proxy settings (HTTP_PROXY, HTTPS_PROXY, NO_PROXY) in place to use a proxy for intranet-internet connections and none for internal connections (such as the GitHub enterprise it is connected to). |
Note that GitHub doesn't allow writing comments from forks. This is a known limitation in GitHub, and there is nothing that can be done about it, unfortunately :( |
Actually the PR comes from the same repository. |
(Use
node --trace-deprecation ...
to show where the warning was created)Warning: Failed to comment: HttpError: request to https://mycompany/api/v3/repos/myorg/myrepo/issues/9/comments failed, reason: tunneling socket could not be established, statusCode=503
Commenting is not possible from forks.
┌─────────┬────────────────────────────┬─
The text was updated successfully, but these errors were encountered: