You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to implement a github action with this plugin, I couldn't because it is designed only for github.com. Not only config definition fails e.g. Error: Can not parse GitHub repo from url but also the endpoint always referes to github.com making it difficult to add in projects inside Github Enterprise
Suggested solution
Add two additional properties in the config to override the default urls so the endpoints will work no matter which Github environment it is.
Clear and concise description of the problem
When I tried to implement a github action with this plugin, I couldn't because it is designed only for
github.com
. Not only config definition fails e.g.Error: Can not parse GitHub repo from url
but also the endpoint always referes togithub.com
making it difficult to add in projects inside Github EnterpriseSuggested solution
Add two additional properties in the config to override the default urls so the endpoints will work no matter which Github environment it is.
changelogithub.config.ts
I honestly couldn't think of a better suggestion to change the
repo
validation so that's why I put the repo in the exampleAlternative
Right now, the only alternative I found is
changelogen
but I need to create a release manually.Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: