feat(eve): authorize approval responders by repository permission - #87
Closed
benpankow wants to merge 1 commit into
Closed
feat(eve): authorize approval responders by repository permission#87benpankow wants to merge 1 commit into
benpankow wants to merge 1 commit into
Conversation
Contributor
|
@benpankow is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
|
Thank you for following the naming conventions! 🙏 |
Signed-off-by: benpankow <ben.pankow@vercel.com>
benpankow
force-pushed
the
ben/eve-authorized-approvers
branch
from
August 17, 2026 20:11
0672100 to
45f1ab5
Compare
2 tasks
Collaborator
Author
|
Superseded by #88, which uses the upstream repository branch and includes the review fixes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Linked issue
Related to vercel/eve#1559.
📚 Description
Adds opt-in responder authorization for Eve write-tool approvals.
createGithubTools({ authorizeApprovalResponse })accepts one policy for all write tools or a per-tool policy map; omitting it preserves existing approval behavior.githubRepositoryApprover()verifies the responder with a user-scoped Vercel Connect credential, then checks their repository permission with the agent token. Request-policy overrides continue to control when approval is requested and cannot remove responder authorization.🧪 Validation
pnpm --filter @github-tools/sdk buildpnpm --filter @github-tools/sdk lintpnpm --filter @github-tools/sdk typecheckpnpm --filter @github-tools/sdk test— 59 tests passedpnpm buildcompleted SDK and docs builds; the chat Nuxt build ran out of Node heap (exit 137)📝 Checklist