• v8 7e6b266c34

    fix: resolve PR number from event payload for Gitea Actions

    dividbzero released this 2026-05-22 23:58:38 +02:00 | 3 commits to main since this release

    Gitea Actions mirrors GitHub Actions env vars and does not expose a flat
    GITEA_EVENT_PULL_REQUEST_NUMBER. Parse the PR number out of
    $GITHUB_EVENT_PATH, key platform detection on $GITEA_ACTIONS, and use
    the correct Accept header for GitHub's diff endpoint.

    Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com

    Downloads