-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix create commit status #30225
Fix create commit status #30225
Conversation
I think it should have a proper fix in 1.23 first, then backport. The complete fix #30223 has a migration, I think it should wait till 1.22 stable gets released. |
This is in fact unrelated to that PR. This PR fixed a bug but the aim of that PR is improving the performance. |
Partially backport go-gitea#30223 This PR uses the service layer `CreateCommitstatus` method instead of the git model method.
- Backport of go-gitea/gitea#30225 (cherry picked from commit 36f4732)
Partially backport #30223
This PR uses the service layer
CreateCommitstatus
method instead of the git model method.