fix: merge_pull_request uses wrong parameter name (do vs merge_strategy) #6

Closed
xcaliber wants to merge 1 commits from fix/5-merge-pr-parameter into main
Owner

Fixes #5 - Gitea API expects {"do": "merge"} instead of {"merge_strategy": "merge"} in the merge_pull_request function.

Note: The gitea/dev.py file on this branch may need to be restored from main and the fix re-applied, as there was a corruption issue during file update.

Fixes #5 - Gitea API expects `{"do": "merge"}` instead of `{"merge_strategy": "merge"}` in the merge_pull_request function. Note: The gitea/dev.py file on this branch may need to be restored from main and the fix re-applied, as there was a corruption issue during file update.
xcaliber added 1 commit 2026-01-15 17:12:31 +00:00
Gitea API expects {"do": "merge"} instead of {"merge_strategy": "merge"}.
This was causing HTTP 422 errors when attempting to merge PRs.

Refs: #5
xcaliber closed this pull request 2026-01-15 18:19:32 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui-automation/tools#6
No description provided.