• v0.4.0 706128b4e1

    v0.4.0 — One-Click PR Approval Button
    All checks were successful
    Publish / detect-release (push) Successful in 8s
    Publish / tag (push) Successful in 6s
    Publish / promote-release (push) Successful in 1s
    Stable

    Gravity Bot released this 2026-03-16 06:05:07 +00:00 | 3 commits to main since this release

    What's Changed

    Features

    • One-click Approve PR button — New button next to the "Checkout PR locally" button in the merge box. Checks review state via the Forgejo API and submits approvals via the web route using session cookie auth. Automatically hides for PR authors (can't self-approve) and for unauthenticated users. Shows green disabled state when already approved.

    Tasks

    • OP#2245: Add one-click Approve PR button to merge box

    Files Changed

    • templates/repo/issue/view_content/pull_merge_instruction.tmpl — Added approve button HTML, review state detection via public API, and approval submission via Forgejo web route
    Downloads