-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Open
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Description
Feature Description
GitHub API lets you compare commits with a special trick to target the previous commit by using the ^
character, it is described here : https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits#comparisons-across-commits
When using this syntax, Gitea returns :
{"errors":null,"message":"The target couldn't be found.","url":"https://gitea.mydomain.com/api/swagger"}
Because of that, things like https://github.com/marketplace/actions/release-changelog-builder don't work, and their specific support for gitea repositories is broken so it's totally unusable.
Screenshots
No response
Metadata
Metadata
Assignees
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.