hive-forge: add ci-runs listing verb, fix ci-log's ambiguous no-log message

This commit is contained in:
damocles 2026-09-02 02:10:50 +02:00 committed by mara
commit 56c0602c2f
6 changed files with 204 additions and 59 deletions

View file

@ -8,8 +8,10 @@ pub mod assign;
pub mod attach;
pub mod attachment_get;
pub mod branches;
pub mod ci_common;
pub mod ci_log;
pub mod ci_rerun;
pub mod ci_runs;
pub mod clone;
pub mod close;
pub mod comment;