From 63ae02e7e42e135c84dc2c7e15695ff727c6987b Mon Sep 17 00:00:00 2001 From: apiraino Date: Thu, 2 Oct 2025 20:16:39 +0200 Subject: [PATCH] Turn automatic backport nominations into suggestions --- src/github.rs | 3 ++- src/handlers/notify_zulip.rs | 35 +++++++++++++++++++++++++++++++++++ src/zulip.rs | 2 +- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/src/github.rs b/src/github.rs index 236b07897..cc6826366 100644 --- a/src/github.rs +++ b/src/github.rs @@ -408,7 +408,8 @@ pub struct Issue { // User performing an `action` (or PR/issue author) pub user: User, pub labels: Vec