I like to make tools that automate development by generating PRs. My understanding is that doing this with Tangled would be as simple as pushing some git branches and creating an atproto record in my PDS for the PR... except the Tangled appview doesn't ingest those records yet, it only outputs them. Similar to #282, I'd like two-way sync for PR records.
Monorepo for Tangled
tangled.org
PR record ingestion #419
open
opened by
notjack.space
the branch now successfully ingests stacked PRs too, needs some tweaking for handling CI statuses correctly.
notjack.space
(author)
By "present state", do you mean in that dev branch? Or in the actual live prod tangle systems?
sorry, i mean on the branch, the appview can ingest regular PRs.
the current work in progress can be found here. in the present state: we ingest regular PRs, there is some work necessary to ingest stacked PRs.