Built a lightweight CI trigger with OpenACP + GitHub webhooks #159
amanbuild
started this conversation in
Show and tell
Replies: 2 comments
-
|
This is exactly the GitHub Issues integration I've been asking for. Did you build the webhook handler yourself or is there something in OpenACP for this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Built it myself — about 30 lines of Python that just POSTs to OpenACP's REST API ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Before OpenACP, I occasionally wrote simple Python or Bash scripts to automate tasks with Claude — very brittle, broke every time the API changed. Now I have a GitHub webhook that hits an OpenACP endpoint on every PR, which spins up a Claude Code session to do a quick code review and posts the summary back to the PR thread via Discord. Not perfect but it works and took about an hour to set up.
Beta Was this translation helpful? Give feedback.
All reactions