Skip to content

Commit 18167d0

Browse files
committed
improve dry-run printouts
1 parent 686a285 commit 18167d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/handlers/project_goals.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ pub async fn ping_project_goals_owners(
153153
if !dry_run {
154154
zulip_req.send(&gh.raw()).await?;
155155
} else {
156-
log::debug!("skipping zulip send because dry run");
156+
eprintln!();
157+
eprintln!("-- Dry Run ------------------------------------");
158+
eprintln!("Would send to {zulip_topic_name}: {}", zulip_req.content);
157159
}
158160
}
159161

0 commit comments

Comments
 (0)