Skip to content

Commit 92546b4

Browse files
committed
Remove S-inactive label when using shortcuts
1 parent a9ed2b9 commit 92546b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/shortcut.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub(super) async fn handle_command(
2929
let waiting_on_review = "S-waiting-on-review";
3030
let waiting_on_author = "S-waiting-on-author";
3131
let blocked = "S-blocked";
32-
let status_labels = [waiting_on_review, waiting_on_author, blocked];
32+
let status_labels = [waiting_on_review, waiting_on_author, blocked, "S-inactive"];
3333

3434
let add = match input {
3535
ShortcutCommand::Ready => waiting_on_review,

0 commit comments

Comments
 (0)