lightningd / plugins

Community curated plugins for core-lightning
BSD 3-Clause "New" or "Revised" License
268 stars 129 forks source link

[feat] Use GH Actions to compile a repo summary that can be downloaded directly through GH pages #493

Open chrisguida opened 8 months ago

chrisguida commented 8 months ago

from @cdecker: Any chance we can use GH Actions to compile a repo summary that can be downloaded directly through GH pages (saves the SSH connection overhead, and does not need a full (recursive) clone)? That'd be perfect to keep the repo metadata sync minimal and quick. (see the sparse crates.io metadata refresh deployed in 1.71 as an example of what the advantages could be).

cc @endothermicdev

chrisguida commented 4 months ago

I imagine this would be fairly easy to implement with the badges branch @sip-21 added to deploy the CI badges.

What format do we want the metadata to be in?

cc @endothermicdev Guessing this is for reckless?

endothermicdev commented 2 weeks ago

This wasn't intended for reckless, but it could be useful if we had it.

chrisguida commented 2 weeks ago

@endothermicdev thanks! Can you provide a bit more detail as to what this would be useful for, what the design would look like and/or how to test it? I can probably make something but I need more detail.