hive-forge: add pr-commits verb (PR commit list, survives rebase-rewritten shas)

This commit is contained in:
damocles 2026-06-17 19:19:29 +02:00 committed by mara
commit 9f9c1167ae
3 changed files with 55 additions and 0 deletions

View file

@ -24,6 +24,7 @@ pub mod lint;
pub mod list;
pub mod milestone;
pub mod pr;
pub mod pr_commits;
pub mod pr_create;
pub mod pr_merge;
pub mod pr_reviews;