Khan / pull-request-comment-trigger

A github action for detecting a "trigger" in a pull request description or comment
207 stars 91 forks source link

Bump @actions/github version for GitHub Enterprise Server support #28

Open jantman opened 2 years ago

jantman commented 2 years ago

I attempted to use this action on a self-hosted GitHub Enterprise Server (GHES), and it's still trying to talk to the github.com API to post the reaction.

The description of actions/github on NPM ( https://www.npmjs.com/package/@actions/github ) says:

Returns an authenticated Octokit client that follows the machine proxy settings and correctly sets GHES base urls.

It looks like actions/github is currently at version 5.0.2 but this project is locked to version 1.1.0.

Bumping actions/github to any version from 2.2.0 up should fix this.

donatobarone commented 1 year ago

I am having the same problem, anybody that can look into it?