hive-forge: add dependency verb for issue/pr blocking relationships

This commit is contained in:
damocles 2026-08-14 23:32:49 +02:00 committed by mara
commit 6a95aceedb
6 changed files with 121 additions and 11 deletions

View file

@ -16,6 +16,7 @@ pub mod comment;
pub mod comment_edit;
pub mod comment_show;
pub mod comments;
pub mod dependency;
pub mod diff;
pub mod issue;
pub mod issue_cmd;