-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Support for Github Enterprise #300
Comments
Thank you for your feedback. e.g. tfcmt.yaml ghe_base_url: https://example.com I don't use GitHub Enterprise, so I can't confirm if it works well. |
Thank you very much! I can confirm that this works in GHE with the suggested config For other references, my tfcmt.yaml config is just like so
And i can then run the command like so |
Oh, I found that we have to fix GitHub API v4 to support GitHub Enterprise. |
Released https://github.com/suzuki-shunsuke/tfcmt/releases/tag/v3.2.3 I don't use GitHub Enterprise, so I can't confirm if it works well for GitHub Enterprise. tfcmt plan -patch -- terraform plan -no-color |
Would it be possible for this tool to post a comment on a Github Enterprise installation instead? From the looks of this, it seems to be only for Github.com and I do not see any option to specify the GITHUB_URL.
Similar to this mercari/tfnotify issue mercari/tfnotify#91
The text was updated successfully, but these errors were encountered: