Skip to content

[codex] Connect webhook deployment to coven-github#6

Merged
BunsDev merged 1 commit into
mainfrom
codex/connect-coven-github
Jul 6, 2026
Merged

[codex] Connect webhook deployment to coven-github#6
BunsDev merged 1 commit into
mainfrom
codex/connect-coven-github

Conversation

@BunsDev

@BunsDev BunsDev commented Jul 6, 2026

Copy link
Copy Markdown
Member

Summary

  • Add an example installation/repository policy for routing a GitHub App install to a familiar.
  • Document how the TypeScript webhook deployment connects to the canonical OpenCoven/coven-github app manifest and operating model.
  • Add a regression test proving the example policy routes a labeled issue into a queued familiar task.

Verification

  • npm test — 12/12
  • npm run build
  • git diff --check

Signed-off-by: Val Alexander <bunsthedev@gmail.com>
Copilot AI review requested due to automatic review settings July 6, 2026 13:42
@BunsDev BunsDev merged commit c4067c9 into main Jul 6, 2026
2 checks passed
@BunsDev BunsDev deleted the codex/connect-coven-github branch July 6, 2026 13:44

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR connects this webhook deployment bundle more explicitly to the canonical OpenCoven/coven-github operating model by adding an operator-facing connection guide, a concrete example routing policy, and a regression test that exercises policy-based routing for labeled issues.

Changes:

  • Add a checked-in example installation/repository policy (config/example-policy.json) for routing a GitHub App installation+repo to a specific familiar.
  • Add operator documentation describing how to register the GitHub App (via coven-github) and configure this deployment to use it.
  • Add a regression test that loads the example policy and verifies a labeled issue is routed into a queued familiar task; update README to reference the new artifacts.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
tests/webhook-adapter.test.ts Adds regression coverage that the example policy routes a labeled issue into a queued task with the configured familiar.
README.md Documents the new example policy and the new coven-github connection guide.
docs/coven-github-connection.md Adds an operator guide for wiring this deployment to the canonical OpenCoven/coven-github app manifest and runtime inputs.
config/example-policy.json Introduces a concrete example policy that demonstrates installation+repo routing to a familiar.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +7 to +12
"enabled_triggers": [
"issues.labeled",
"issue_comment.created",
"pull_request_review_comment.created"
],
"trigger_labels": [
Comment on lines +24 to +31
The manifest subscribes to the events this adapter can route:

- `issues`
- `issue_comment`
- `pull_request_review`
- `pull_request_review_comment`
- `check_suite`
- `check_run`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants