Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-ci-broker
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
902
Issues
170
Patches
306
Jobs
Commits
›
a4d6e64dd2ce6da8d038c3296ac1a3d50d6e9451
fix: add "branch" to pattern match
Lars Wirzenius
committed
2 years ago
commit a4d6e64dd2ce6da8d038c3296ac1a3d50d6e9451
parent
472ca9ba8ae85d01aafa159c4930758a88340b45
1 file changed
+1
-0
modified
src/broker.rs
@@ -63,6 +63,7 @@ impl Broker {
pusher: _,
before: _,
after,
+
branch: _,
commits: _,
}) = push
{