fix: cascade workflow — use PR-based merge for Gitea #10
Reference in New Issue
Block a user
Delete Branch "fix/cascade-dev-gitea-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
POST /repos/{owner}/{repo}/mergesendpointHow it works now
Test plan
🤖 Generated with Claude Code
Gitea doesn't support POST /repos/{owner}/{repo}/merges. Rewrites the cascade workflow to: compare branches, create a PR (main → dev), then auto-merge if clean. On conflict the PR stays open for manual resolution. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>