Skip to content

Tags: wip/app

Tags

v5.7.0

Toggle v5.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add full merge_queue support (#967)

Add support for GitHub's merge queue feature

closes #546

v5.6.0

Toggle v5.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add draft mode override for pull request status (#966)

v5.5.0

Toggle v5.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add merge group checks support (#964)

Co-authored-by: gr2m <39992+gr2m@users.noreply.github.com>

v5.4.1

Toggle v5.4.1's commit message
fix: read raw body from request stream for webhook signature verifica…

…tion

Vercel auto-parses JSON request bodies, but @octokit/webhooks needs the
raw string body to verify the HMAC signature. Read from the request
stream directly instead of using request.body.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v5.4.0

Toggle v5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support `locations: body` in config (#963)

v5.3.0

Toggle v5.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: replace probot with octokit (#961)

v5.2.0

Toggle v5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(performance): Parallelized API calls (#960)

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: upgrade `probot` to v13 (#808)

Follow up to #803

v5.0.8

Toggle v5.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: revert probot upgrade (#804)

closes #803

v5.0.7

Toggle v5.0.7's commit message

Verified

This commit was signed with the committer’s verified signature.
gr2m Gregor Martynus
fix: revert probot update from 12.3.3 to 13.4.2

This reverts commit 69d659d.