We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
S-inactive
1 parent a9ed2b9 commit 92546b4Copy full SHA for 92546b4
src/handlers/shortcut.rs
@@ -29,7 +29,7 @@ pub(super) async fn handle_command(
29
let waiting_on_review = "S-waiting-on-review";
30
let waiting_on_author = "S-waiting-on-author";
31
let blocked = "S-blocked";
32
- let status_labels = [waiting_on_review, waiting_on_author, blocked];
+ let status_labels = [waiting_on_review, waiting_on_author, blocked, "S-inactive"];
33
34
let add = match input {
35
ShortcutCommand::Ready => waiting_on_review,
0 commit comments