We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
No response
The text was updated successfully, but these errors were encountered:
#32786 should resolve this problem
Sorry, something went wrong.
Any hope that it’ll be merged ?
No branches or pull requests
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-commitsWhen using this syntax, Gitea returns :
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
The text was updated successfully, but these errors were encountered: