saadmk11 / changelog-ci

Changelog CI is a GitHub Action that enables a project to automatically generate changelogs
https://github.com/marketplace/actions/changelog-ci
MIT License
130 stars 20 forks source link

GHES not supported #106

Open marcorosa opened 6 months ago

marcorosa commented 6 months ago

This action is currently working only if the repositories are on GitHub.com, i.e., it does not support GitHub enterprise servers.

I think this is due to the GitHub api endpoints hardcoded in scripts/builders.py and scripts/main.py. If this is really where the issue is coming from (to be verified), the GitHub api endpoint may be set using the workflow variable GITHUB_API_URL.